Files
mitus/media/client/Cargo.toml

15 lines
375 B
TOML

[package]
name = "cht-client"
version = "0.1.0"
edition = "2021"
[dependencies]
cht-common = { path = "../common" }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
anyhow = { workspace = true }
ffmpeg = { package = "ffmpeg-next", version = "8" }
nix = { version = "0.29", features = ["signal", "process"] }
libc = "0.2"