This commit is contained in:
Alex Emmet 2026-06-27 00:54:04 +02:00
commit 2c5b3258b3
3 changed files with 33 additions and 4 deletions

View file

@ -10,6 +10,7 @@ mtp-transport = { path = "../transport", features = ["host"] }
mtp-crypto = { path = "../crypto", optional = true }
tokio = { version = "1", features = ["full"] }
rand = "0.8"
log = "0.4"
[features]
crypto = ["dep:mtp-crypto", "mtp-codec/crypto"]