1
Fork 0
cabinet/decoder/Cargo.toml
Andy Killorin f5bc322862
switched to jpeg from h264 compression
10x larger over the wire but no dependency on libstdc++
2025-01-02 19:42:05 -05:00

12 lines
207 B
TOML

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