thermalcam_decoder/thermalcamdecoder/Cargo.toml

13 lines
358 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"
2023-12-29 02:22:07 +02:00
serde = { version = "1.0.193", features = ["derive", "serde_derive", "alloc"] }