mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-29 03:51:39 +00:00
17 lines
193 B
TOML
17 lines
193 B
TOML
[workspace]
|
|
resolver = "1"
|
|
members = [
|
|
"crates/*",
|
|
"examples"
|
|
]
|
|
|
|
[profile.release]
|
|
debug = true
|
|
opt-level = 3
|
|
incremental = true
|
|
|
|
[profile.bench]
|
|
debug = 1
|
|
opt-level = 3
|
|
incremental = true
|