mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
8 lines
146 B
TOML
8 lines
146 B
TOML
[workspace]
|
|
members = [ "crates/*", "website/website-gen" ]
|
|
|
|
[profile.release]
|
|
incremental = true
|
|
debug = 1 # only line info
|
|
|
|
[patch.'crates-io']
|