mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
10 lines
279 B
TOML
10 lines
279 B
TOML
[workspace]
|
|
members = [ "crates/*" ]
|
|
|
|
[profile.release]
|
|
incremental = true
|
|
debug = true
|
|
|
|
[patch.'crates-io']
|
|
cargo_metadata = { git = "https://github.com/oli-obk/cargo_metadata.git", rev="f73e27b24e" }
|
|
salsa = { git = "https://github.com/matklad/salsa", branch = "panic-hooks" }
|