13 lines
189 B
TOML
13 lines
189 B
TOML
[workspace]
|
|
resolver = "3"
|
|
members = [
|
|
"owm_widg_config", "weatherd",
|
|
"widget",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
codegen-units = 1
|
|
strip = "symbols"
|
|
opt-level = "z"
|
|
panic = "abort" |