1
Fork 0
cabinet/encoder/Cargo.toml
Andy Killorin e336e5ca04
initial commit
sending a RGB image to LabVIEW works
2024-12-30 16:50:50 -05:00

10 lines
228 B
TOML

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