mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Update to syn 2 * bless macro outputs * update prettyplease * fix review + update lockfile
23 lines
288 B
TOML
23 lines
288 B
TOML
[workspace]
|
|
members = [
|
|
"packages/*",
|
|
"tools/*",
|
|
"examples/*",
|
|
]
|
|
default-members = [
|
|
"packages/*",
|
|
]
|
|
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
|