mtp/files/Cargo.toml
Alex Emmet 75f4139dea
Some checks failed
CI / checks (push) Failing after 2m24s
mk & mpkb files
2026-07-03 18:56:54 +02:00

10 lines
332 B
TOML

[package]
name = "mtp-files"
version = "0.1.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.1.0", path = "../crypto", default-features = false }
thiserror = "1"