This commit is contained in:
parent
6e5c985719
commit
db0ff558c8
42 changed files with 1712 additions and 675 deletions
|
|
@ -6,6 +6,7 @@ edition = "2024"
|
|||
[dependencies]
|
||||
mtp-codec = { version = "0.2.0", path = "../codec" }
|
||||
mtp-common = { version = "0.2.0", path = "../common" }
|
||||
mtp-crypto = { version = "0.2.0", path = "../crypto" }
|
||||
wtransport = { version = "0.7.1", default-features = false, features = [
|
||||
"aws-lc-rs",
|
||||
"quinn",
|
||||
|
|
|
|||
Loading…
Reference in a new issue