Windows + Initial WebRTC sys & Safe WebRTC + Initial livekit-core

This commit is contained in:
Théo Monnom
2022-09-12 12:51:54 +02:00
parent 7b09d6dd51
commit d9fd69b5c0
128 changed files with 4282 additions and 2282 deletions
+22
View File
@@ -0,0 +1,22 @@
[package]
name = "livekit-core"
version = "0.1.0"
edition = "2021"
crate-type = ["lib"]
[dependencies]
log = "0.4"
tokio-tungstenite = "0.17.2"
tokio = { version = "1.20.1", features = ["full"] }
url = "2.2.2"
futures-util = "0.3.23"
thiserror = "1.0.32"
prost = "0.10"
prost-types = "0.10"
anyhow = "1.0.63"
[build-dependencies]
prost-build = { version = "0.10" }
[dev-dependencies]
env_logger = "0.9"