cancellable SignalClient & tracing
This commit is contained in:
@@ -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" }
|
||||
Reference in New Issue
Block a user