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

View file

@ -20,7 +20,10 @@ hex = "0.4"
iroh = "0.96"
just-webrtc = "0.2"
bytes = "1"
quinn = "0.11.9"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
rustls = "0.23.36"
rustls-native-certs = "0.8.3"
urlencoding = "2"
serde.workspace = true
serde_json.workspace = true
@ -29,6 +32,8 @@ tokio-tungstenite = { version = "0.24", default-features = false, features = ["c
futures-util = "0.3"
tracing.workspace = true
tracing-subscriber.workspace = true
web-transport-quinn = "0.11.4"
web-transport-trait = "0.3.3"
hang = "0.14.0"
moq-mux = "0.2.1"
moq-lite = "0.14.0"