nixos/encryptor/encryptor/Cargo.toml
2025-01-20 12:26:16 +00:00

15 lines
206 B
TOML

[package]
name = "encryptor"
version = "0.1.0"
edition = "2018"
[lib]
name = "encryptor"
crate-type = ["cdylib"]
[dependencies]
common = { path = "../common" }
protobuf = "2"
secretbox = "0"
base64 = "0"