aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e6b5df5513671622a74dde6efb248b1d2f3dd1af (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.git", branch = "new-impl"}