1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-29 03:27:44 +00:00
alejandra/Cargo.toml
2024-11-03 19:52:05 -07:00

9 lines
106 B
TOML

[profile.release]
lto = true
[profile.dev]
opt-level = 2
[workspace]
members = ["src/*"]
resolver = "2"