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
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "livekit-ffi"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "Apache-2.0"
description = "LiveKit interface for foreign languages"
@@ -15,8 +15,8 @@ rustls-tls-webpki-roots = ["livekit/rustls-tls-webpki-roots"]
__rustls-tls = ["livekit/__rustls-tls"]
[dependencies]
livekit = { path = "../livekit", version = "0.1.1" }
livekit-protocol = { path = "../livekit-protocol", version = "0.1.0" }
livekit = { path = "../livekit", version = "0.1.2" }
livekit-protocol = { path = "../livekit-protocol", version = "0.1.2" }
tokio = { version = "1.0", features = ["full"] }
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
parking_lot = { version = "0.12.1", features=["deadlock_detection"] }