rust-analyzer/Cargo.toml
2019-08-15 15:27:00 +03:00

9 lines
204 B
TOML

[workspace]
members = [ "crates/*" ]
[profile.release]
incremental = true
debug = 1 # only line info
[patch.'crates-io']
salsa = { git = "https://github.com/nikomatsakis/salsa", branch = "durability" }