Debug
This commit is contained in:
parent
aefcae977f
commit
2c5b3258b3
3 changed files with 33 additions and 4 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue