Better RTCError handling + tests

This commit is contained in:
Théo Monnom
2022-09-13 14:19:44 +02:00
parent d9fd69b5c0
commit 12a6d232b5
16 changed files with 325 additions and 82 deletions
+3 -4
View File
@@ -2,7 +2,6 @@
name = "livekit-core"
version = "0.1.0"
edition = "2021"
crate-type = ["lib"]
[dependencies]
log = "0.4"
@@ -10,9 +9,9 @@ tokio-tungstenite = "0.17.2"
tokio = { version = "1.20.1", features = ["full"] }
url = "2.2.2"
futures-util = "0.3.23"
thiserror = "1.0.32"
prost = "0.10"
prost-types = "0.10"
thiserror = "1.0"
prost = "0.11.0"
prost-types = "0.11.1"
anyhow = "1.0.63"
[build-dependencies]