1
Fork 0
cabinet/encoder/Cargo.toml
2024-12-30 17:50:31 -05:00

11 lines
245 B
TOML

[package]
name = "encoder"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.95"
image = "0.25.5"
nokhwa = { version = "0.10.7", features = ["input-native"] }
openh264 = "0.6.6"
tokio = { version = "1.42.0", features = ["full"] }