rtwx/Cargo.toml

14 lines
228 B
TOML
Raw Normal View History

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