This commit is contained in:
parent
2126a142f4
commit
c148314742
17 changed files with 541 additions and 70 deletions
|
|
@ -13,3 +13,6 @@ tokio = { version = "1", features = ["time"] }
|
|||
|
||||
[features]
|
||||
crypto = ["dep:mtp-crypto", "mtp-codec/crypto"]
|
||||
# Stream mode is optional at the facade boundary. The underlying transport
|
||||
# remains framed/stream based so the default API stays backwards compatible.
|
||||
streaming = ["mtp-transport/streaming"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue