vcs-camera-satellite/Cargo.toml
2024-08-17 20:30:31 -07:00

27 lines
708 B
TOML

[package]
name = "vcs-camera-satellite"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.86"
config = "0.14.0"
ctrlc = "3.4.4"
gstreamer = { version = "0.23.0", features = ["v1_22"] }
gstreamer-app = { version = "0.23.0", features = ["v1_22"] }
log = "0.4.22"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.122"
snafu = "0.8.4"
tokio = "1.39.2"
tokio-tungstenite = "0.23.1"
toml = "0.8.19"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
webrtc = "0.11.0"
vcs-common = { git = "https://git.nickiel.net/VCC/vcs-common.git", branch = "main" }
async-channel = "2.3.1"