rust/Cargo.toml
Aleksey Kladov 55272f2023 update rowan
2019-01-08 11:20:15 +03:00

9 lines
No EOL
191 B
TOML

[workspace]
members = [ "crates/*" ]
[profile.release]
incremental = true
debug = true
[patch.'crates-io']
rowan = { git = "https://github.com/rust-analyzer/rowan.git", branch = "new-impl"}