ec-node: wt-publish custom WebTransport connect with protocol overrides

This commit is contained in:
every.channel 2026-02-18 01:41:42 -08:00
parent 523c601dc3
commit 4a494669d8
No known key found for this signature in database
4 changed files with 242 additions and 17 deletions

5
Cargo.lock generated
View file

@ -1826,7 +1826,10 @@ dependencies = [
"moq-lite 0.14.0",
"moq-mux",
"moq-native",
"quinn",
"reqwest",
"rustls",
"rustls-native-certs",
"serde",
"serde_json",
"tokio",
@ -1835,6 +1838,8 @@ dependencies = [
"tracing-subscriber",
"url",
"urlencoding",
"web-transport-quinn",
"web-transport-trait",
"which 6.0.3",
]