mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-29 03:27:44 +00:00
9 lines
106 B
TOML
9 lines
106 B
TOML
[profile.release]
|
|
lto = true
|
|
|
|
[profile.dev]
|
|
opt-level = 2
|
|
|
|
[workspace]
|
|
members = ["src/*"]
|
|
resolver = "2"
|