wxbox/crates/grib2/Cargo.toml
core 1c836c6ecf
Some checks are pending
Verify Latest Dependencies / Verify Latest Dependencies (push) Waiting to run
build and test / wxbox - latest (push) Waiting to run
benchmarking
2025-05-19 10:11:41 -04:00

18 lines
No EOL
300 B
TOML

[package]
name = "wxbox-grib2"
version = "0.1.0"
edition = "2021"
[dependencies]
thiserror = "2"
tracing = "0.1"
png = "0.17"
image = "0.25"
wxbox-nommer = { version = "0.1", path = "../nommer" }
[dev-dependencies]
criterion = { version = "0.5" }
[[bench]]
name = "parse_benchmark"
harness = false