rust-analyzer/Cargo.toml

7 lines
97 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-10-02 14:07:12 +00:00
exclude = [ "crates/rowan"]
2018-08-15 21:23:22 +00:00
[profile.release]
debug = true