This commit is contained in:
Théo Monnom
2023-01-12 14:48:03 +01:00
committed by GitHub
parent c964e54523
commit 8841af6ee6
10 changed files with 50 additions and 22 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
[package]
name = "livekit"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "Apache-2.0"
description = "Native SDK for LiveKit"
[dependencies]
livekit-webrtc = { path = "../livekit-webrtc", version = "0.1.0" }
livekit-utils = { path = "../livekit-utils", version = "0.1.0" }
livekit-webrtc = { path = "../livekit-webrtc", version = "0.1.1" }
livekit-utils = { path = "../livekit-utils", version = "0.1.1" }
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
tokio-tungstenite = { version = "0.17.2", features = ["native-tls"] }