remove dependency on moq-transport-quinn from moq-demo-quinn
This commit is contained in:
parent
912c438cc9
commit
2427ea09af
|
@ -41,7 +41,6 @@ bytes= "1"
|
||||||
|
|
||||||
webtransport-generic = {git = "https://github.com/kixelated/webtransport-rs"}
|
webtransport-generic = {git = "https://github.com/kixelated/webtransport-rs"}
|
||||||
moq-transport = { path = "../moq-transport" }
|
moq-transport = { path = "../moq-transport" }
|
||||||
moq-transport-quinn = { path = "../moq-transport-quinn" }
|
|
||||||
moq-warp = { path = "../moq-warp" }
|
moq-warp = { path = "../moq-warp" }
|
||||||
|
|
||||||
h3 = { git = "https://github.com/hyperium/h3", branch = "master" }
|
h3 = { git = "https://github.com/hyperium/h3", branch = "master" }
|
||||||
|
|
Loading…
Reference in New Issue