Windows + Initial WebRTC sys & Safe WebRTC + Initial livekit-core
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user