This commit is contained in:
Théo Monnom
2023-06-30 22:10:55 +02:00
committed by GitHub
parent 5ceda455c4
commit 7010934c6d
12 changed files with 62 additions and 39 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "livekit-api"
version = "0.1.0"
version = "0.1.2"
edition = "2021"
[features]
@@ -20,7 +20,7 @@ rustls-tls-webpki-roots = ["tokio-tungstenite?/rustls-tls-webpki-roots", "reqwes
__rustls-tls = ["tokio-tungstenite?/__rustls-tls", "reqwest?/__rustls"]
[dependencies]
livekit-protocol = { path = "../livekit-protocol", version = "0.1.0" }
livekit-protocol = { path = "../livekit-protocol", version = "0.1.2" }
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"