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

11 lines
186 B
TOML

[package]
name = "decoder"
version = "0.1.0"
edition = "2021"
[dependencies]
openh264 = "0.6.6"
tokio = { version = "1.42.0", features = ["full"] }
[lib]
crate-type = ["cdylib","lib"]