10 lines
101 B
TOML
10 lines
101 B
TOML
[workspace]
|
|
members = [
|
|
"programs/*",
|
|
"tests",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 3
|