mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-03 14:34:58 +00:00
21 lines
263 B
TOML
21 lines
263 B
TOML
[workspace]
|
|
resolver = "1"
|
|
members = [
|
|
"crates/*",
|
|
"examples",
|
|
]
|
|
exclude = [
|
|
"crates/wasm-assert-instr-tests",
|
|
"rust_programs",
|
|
]
|
|
|
|
[profile.release]
|
|
debug = true
|
|
opt-level = 3
|
|
incremental = true
|
|
|
|
[profile.bench]
|
|
debug = 1
|
|
opt-level = 3
|
|
incremental = true
|