vcs-common/Cargo.toml
2024-08-19 19:34:07 -07:00

16 lines
400 B
TOML

[package]
name = "vcs-common"
version = "0.1.0"
edition = "2021"
authors = [ "Nickiel nickiel@nickiel.net" ]
[dependencies]
async-channel = "2.3.1"
bincode = "1.3.3"
futures-util = "0.3.30"
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
tokio = { version = "1.39.2", features = ["net", "rt", "sync"] }
tokio-tungstenite = "0.23.1"
tracing = "0.1.40"
webrtc = "0.11.0"