rust-analyzer/Cargo.toml

13 lines
282 B
TOML

[workspace]
members = [ "crates/*" ]
[profile.release]
incremental = true
debug = true
[patch.'crates-io']
# https://github.com/salsa-rs/salsa/pull/75
# and
# https://github.com/salsa-rs/salsa/issues/99
salsa = { git = "https://github.com/matklad/salsa", branch = "no-upgrade" }