feat: move signal_client to livekit-api (#98)
This commit is contained in:
+6
-7
@@ -12,22 +12,21 @@ default = []
|
||||
|
||||
# Note that the following features only change the behavior of tokio-tungstenite.
|
||||
# It doesn't change the behavior of libwebrtc/webrtc-sys
|
||||
native-tls = ["tokio-tungstenite/native-tls"]
|
||||
native-tls-vendored = ["tokio-tungstenite/native-tls-vendored"]
|
||||
rustls-tls-native-roots = ["tokio-tungstenite/rustls-tls-native-roots"]
|
||||
rustls-tls-webpki-roots = ["tokio-tungstenite/rustls-tls-webpki-roots"]
|
||||
__rustls-tls = ["tokio-tungstenite/__rustls-tls"]
|
||||
native-tls = ["livekit-api/native-tls"]
|
||||
native-tls-vendored = ["livekit-api/native-tls-vendored"]
|
||||
rustls-tls-native-roots = ["livekit-api/rustls-tls-native-roots"]
|
||||
rustls-tls-webpki-roots = ["livekit-api/rustls-tls-webpki-roots"]
|
||||
__rustls-tls = ["livekit-api/__rustls-tls"]
|
||||
|
||||
[dependencies]
|
||||
livekit-api = { path = "../livekit-api", version = "0.1.0", default-features = false, features = ["signal-client"] }
|
||||
livekit-webrtc = { path = "../livekit-webrtc", version = "0.1.1" }
|
||||
livekit-protocol = { path = "../livekit-protocol", version = "0.1.0" }
|
||||
prost = "0.11"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tokio-tungstenite = { version = "0.19" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
parking_lot = { version = "0.12.1" }
|
||||
url = "2.3"
|
||||
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
|
||||
thiserror = "1.0"
|
||||
lazy_static = "1.4"
|
||||
|
||||
Reference in New Issue
Block a user