mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
12 lines
175 B
TOML
12 lines
175 B
TOML
[workspace]
|
|
members = [ "crates/*", "xtask/" ]
|
|
|
|
[profile.dev]
|
|
debug = 1 # only line info
|
|
|
|
[profile.release]
|
|
incremental = true
|
|
debug = 1 # only line info
|
|
|
|
[patch.'crates-io']
|