cancellable SignalClient & tracing

This commit is contained in:
Théo Monnom
2022-10-02 21:22:12 +02:00
parent 9361b7e256
commit 2213a70142
19 changed files with 408 additions and 1472 deletions
+4 -6
View File
@@ -6,9 +6,9 @@ edition = "2021"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
log = "0.4"
tokio-tungstenite = { version = "0.17.2", features = ["native-tls"] }
tokio = { version = "1.20.1", features = ["full"] }
tokio = { version = "1", features = ["full", "tracing"] }
futures = "0.3"
url = "2.2.2"
futures-util = "0.3.23"
thiserror = "1.0"
@@ -17,9 +17,7 @@ prost-types = "0.11.1"
anyhow = "1.0.63"
livekit-webrtc = { path = "../livekit-webrtc" }
lazy_static = "1.4.0"
tracing = "0.1"
[build-dependencies]
prost-build = { version = "0.10" }
[dev-dependencies]
env_logger = "0.9"
prost-build = { version = "0.11.1" }