A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2dda033..8c404eb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,9 @@ tree-house = { version = "0.3.0", features = ["fixtures"] }
helix-loader = { git = "https://github.com/bend-n/helix" }
helix-core = { git = "https://github.com/bend-n/helix" }
-lsp-types = { git = "https://github.com/bend-n/helix", package = "helix-lsp-types" }
+lsp-types = { git = "https://github.com/bend-n/helix", package = "helix-lsp-types", features = [
+ "proposed",
+] }
lsp-server = { git = "https://github.com/bend-n/rust-analyzer" }
rust-analyzer = { git = "https://github.com/bend-n/rust-analyzer" }