diff --git a/Cargo.lock b/Cargo.lock index 5a39f54..380b457 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1283,6 +1283,7 @@ dependencies = [ "tokio", "tracing", "tracing-subscriber", + "udp_over_tcp", ] [[package]] diff --git a/crates/ptth_quic/Cargo.toml b/crates/ptth_quic/Cargo.toml index 7e43a9f..dab944c 100644 --- a/crates/ptth_quic/Cargo.toml +++ b/crates/ptth_quic/Cargo.toml @@ -23,6 +23,7 @@ structopt = "0.3.20" tokio = { version = "1.8.1", features = ["full"] } tracing-subscriber = "0.2.16" tracing = "0.1.25" +udp_over_tcp = { path = "../udp_over_tcp" } [dependencies.reqwest] version = "0.11.10"