remove dependency on moq-transport-quinn from moq-demo-quinn

This commit is contained in:
François Michel 2023-07-15 11:36:45 +00:00
parent 912c438cc9
commit 2427ea09af
1 changed files with 0 additions and 1 deletions

View File

@ -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" }