10 lines
198 B
TOML
10 lines
198 B
TOML
[workspace]
|
|
members = [ "crates/*" ]
|
|
|
|
[profile.release]
|
|
incremental = true
|
|
debug = true
|
|
|
|
[patch.'crates-io']
|
|
lsp-types = { git = "https://github.com/matklad/lsp-types", branch = "selection-range" }
|