This repository has been archived on 2026-03-31. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
alchemy/Cargo.toml

12 lines
154 B
TOML

[workspace]
members = [
"styles",
"macros",
"lifecycle",
"alchemy",
"examples/layout"
]
[profile.release]
lto = true
panic = "abort"