thermalcam_decoder/thermalcamdecoder/Cargo.toml

12 lines
278 B
TOML
Raw Normal View History

2023-12-29 01:15:52 +02:00
[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"
2023-12-29 01:28:53 +02:00
pcap-parser = { version = "0.14.1", features = ["data"] }
2023-12-29 01:15:52 +02:00
pyo3 = "0.20.0"