wxbox/crates/interchange/Cargo.toml
core d7c84d60e8
Some checks failed
Verify Latest Dependencies / Verify Latest Dependencies (push) Has been cancelled
build and test / wxbox - latest (push) Has been cancelled
feat: cif work
2025-05-19 23:01:29 -04:00

17 lines
No EOL
323 B
TOML

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