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

6
Cargo.lock generated
View file

@ -1245,10 +1245,12 @@ dependencies = [
"rand 0.10.2",
"rand_core 0.10.1",
"rcgen",
"rustls",
"serde",
"sha2 0.11.0",
"thiserror 1.0.69",
"time",
"tokio",
"zeroize",
]
@ -1273,6 +1275,7 @@ dependencies = [
"rand 0.8.7",
"tokio",
"tracing",
"wtransport",
]
[[package]]
@ -1282,6 +1285,7 @@ dependencies = [
"async-trait",
"mtp-codec",
"mtp-common",
"mtp-crypto",
"rcgen",
"rustls",
"rustls-native-certs",
@ -1334,9 +1338,11 @@ dependencies = [
"http",
"mtp-codec",
"mtp-common",
"mtp-crypto",
"mtp-host",
"mtp-transport",
"quinn",
"rand 0.10.2",
"rcgen",
"rustls",
"thiserror 2.0.18",