ec-node: wt-publish custom WebTransport connect with protocol overrides
This commit is contained in:
parent
523c601dc3
commit
4a494669d8
4 changed files with 242 additions and 17 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue