mtp/files/Cargo.toml
Alex Emmet 04019f1477
Some checks failed
CI / checks (push) Failing after 1m51s
General Upgrade, NEW: WebServers, Better Docs
2026-07-18 03:12:20 +02:00

12 lines
447 B
TOML

[package]
name = "mtp-files"
version = "0.2.0"
edition = "2024"
[dependencies]
# Only the plain key types (`Keyring`, `PublicKeyBundle`, `CryptoError`) are
# needed here; those are always compiled, so no crypto features are required.
mtp-crypto = { version = "0.2.0", path = "../crypto", default-features = false, features = ["chacha20poly1305", "hkdf"] }
rand_core = { version = "0.6", features = ["getrandom"] }
thiserror = "1"
zeroize = "1.9"