rust-analyzer/Cargo.toml
2018-12-30 11:09:17 +03:00

9 lines
199 B
TOML

[workspace]
members = [ "crates/*" ]
[profile.release]
incremental = true
debug = true
[patch.'crates-io']
salsa = { git = "https://github.com/matklad/salsa.git", branch = "transitive-untracked" }