rust-analyzer/Cargo.toml

11 lines
252 B
TOML
Raw Normal View History

2018-02-03 09:51:06 +00:00
[workspace]
2018-08-10 19:33:29 +00:00
members = [ "crates/*" ]
2018-08-15 21:23:22 +00:00
[profile.release]
2018-12-20 08:53:29 +00:00
incremental = true
2018-08-15 21:23:22 +00:00
debug = true
2018-12-30 08:09:17 +00:00
[patch.'crates-io']
2019-01-09 15:33:33 +00:00
cargo_metadata = { git = "https://github.com/oli-obk/cargo_metadata.git", rev="f73e27b24e" }
2019-01-09 19:51:05 +00:00
salsa = { path = "/home/matklad/projects/salsa" }