feat: move signal_client to livekit-api (#98)
This commit is contained in:
Generated
+17
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user