10 lines
187 B
TOML
10 lines
187 B
TOML
[workspace]
|
|
members = [ "crates/*" ]
|
|
|
|
[profile.release]
|
|
incremental = true
|
|
debug = true
|
|
|
|
[patch.'crates-io']
|
|
rowan = { git = "https://github.com/rust-analyzer/rowan", branch = "cursor" }
|