mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
11 lines
175 B
TOML
11 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']
|