thermalcam_decoder/thermalcamdecoder/Cargo.toml
2023-12-29 16:27:50 +02:00

12 lines
243 B
TOML

[package]
name = "thermalcamdecoder"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.77"
pcap-parser = "0.14.1"
pyo3 = "0.20.0"