wxbox/crates/interchange/Cargo.toml
core aa172be1ef
Some checks are pending
Verify Latest Dependencies / Verify Latest Dependencies (push) Waiting to run
build and test / wxbox - latest (push) Waiting to run
cif v2
2025-05-23 13:10:46 -04:00

18 lines
No EOL
349 B
TOML

[package]
name = "wxbox-interchange"
version = "0.1.0"
edition = "2024"
[dependencies]
prost = "0.13"
prost-types = "0.13"
wxbox-ar2 = { path = "../ar2", optional = true }
nexrad-decode = { path = "../nexrad-decode", optional = true }
[features]
default = []
ar2 = ["dep:wxbox-ar2", "dep:nexrad-decode"]
[build-dependencies]
prost-build = "0.13"