12 lines
179 B
TOML
12 lines
179 B
TOML
[workspace]
|
|
resolver = "3"
|
|
members = [
|
|
"alarm_widg_config", "alarm_widg",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
codegen-units = 1
|
|
strip = "symbols"
|
|
opt-level = "z"
|
|
panic = "abort" |