aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: df1f6438da96d94e587de9725cc5a653e8d13cc6 (plain)
1
2
3
4
5
6
7
8
9
[workspace]
members = [ "crates/*" ]

[profile.release]
incremental = true
debug = true

[patch.'crates-io']
rowan = { git = "https://github.com/rust-analyzer/rowan", branch = "cursor" }