feat: move signal_client to livekit-api (#98)

This commit is contained in:
Théo Monnom
2023-06-26 22:59:55 +02:00
committed by GitHub
parent 678e20b0e3
commit efc334af8e
11 changed files with 102 additions and 25 deletions
+17
View File
@@ -1479,6 +1479,7 @@ version = "0.1.1"
dependencies = [
"futures-util",
"lazy_static",
"livekit-api",
"livekit-protocol",
"livekit-webrtc",
"log",
@@ -1488,6 +1489,22 @@ dependencies = [
"serde_json",
"thiserror",
"tokio",
]
[[package]]
name = "livekit-api"
version = "0.1.0"
dependencies = [
"futures-util",
"livekit-protocol",
"log",
"parking_lot",
"prost",
"serde",
"serde_json",
"sha2",
"thiserror",
"tokio",
"tokio-tungstenite",
"url",
]