rust-analyzer/Cargo.toml
2019-01-14 16:15:25 +03:00

9 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" }