rtwx/nxar2/Cargo.toml

10 lines
305 B
TOML
Raw Normal View History

2023-11-03 20:29:19 +00:00
[package]
name = "nxar2"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
simple_logger = "4"
2023-11-04 21:38:51 +00:00
nexrad2 = { version = "0.1", path = "../nexrad2", default-features = false, features = ["bzip-impl-libbzip2"] }