wxbox/crates/grib2/Cargo.toml
core 97dc8866c2
Some checks are pending
Verify Latest Dependencies / Verify Latest Dependencies (push) Waiting to run
build and test / wxbox - latest (push) Waiting to run
single site radar
2025-04-04 20:42:39 -04:00

11 lines
No EOL
196 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" }