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

[profile.release]
incremental = true
debug = true

[patch.'crates-io']
lsp-types = { git = "https://github.com/matklad/lsp-types", branch = "selection-range" }