Brought Example up to spec
Some checks failed
CI / checks (push) Failing after 2m25s

This commit is contained in:
Alex Emmet 2026-07-19 00:29:24 +02:00
commit db0ff558c8
42 changed files with 1712 additions and 675 deletions

View file

@ -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",