rtwx/Cargo.toml

13 lines
208 B
TOML
Raw Normal View History

2023-11-03 20:29:19 +00:00
[workspace]
members = [
"nexrad2",
"rtwx",
"nexrad-browser",
"nxar2"
]
resolver = "2"
[profile.release.package.nexrad-browser]
# Tell `rustc` to optimize for small code size.
opt-level = "s"