mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-25 11:17:13 +00:00
10 lines
186 B
TOML
10 lines
186 B
TOML
[workspace]
|
|
members = [ "crates/*" ]
|
|
|
|
[profile.release]
|
|
incremental = true
|
|
debug = true
|
|
|
|
[patch.'crates-io']
|
|
salsa = { git = "https://github.com/matklad/salsa", branch = "panic-hooks" }
|