mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
20 lines
248 B
TOML
20 lines
248 B
TOML
[workspace]
|
|
members = [
|
|
"packages/*",
|
|
"tools/*",
|
|
"examples/*",
|
|
]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = "abort"
|
|
opt-level = "z"
|
|
|
|
[profile.bench]
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = "abort"
|
|
opt-level = 3
|