vcs-common/Cargo.toml

17 lines
400 B
TOML
Raw Permalink Normal View History

2024-08-16 18:05:41 -07:00
[package]
name = "vcs-common"
version = "0.1.0"
edition = "2021"
2024-08-16 19:36:10 -07:00
authors = [ "Nickiel nickiel@nickiel.net" ]
2024-08-16 18:05:41 -07:00
[dependencies]
2024-08-16 19:36:10 -07:00
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"
2024-08-19 19:34:07 -07:00
webrtc = "0.11.0"