11 lines
No EOL
115 B
TOML
11 lines
No EOL
115 B
TOML
[workspace]
|
|
members = [
|
|
"cli",
|
|
"common",
|
|
"server",
|
|
"web",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1 |