Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/lsp-server/Cargo.toml')
| -rw-r--r-- | lib/lsp-server/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/lsp-server/Cargo.toml b/lib/lsp-server/Cargo.toml index 606ee2e453..358cd2f168 100644 --- a/lib/lsp-server/Cargo.toml +++ b/lib/lsp-server/Cargo.toml @@ -12,11 +12,11 @@ serde_json = "1.0.140" serde = { version = "1.0.219" } serde_derive = { version = "1.0.219" } crossbeam-channel.workspace = true +lsp-types = { git = "https://git.bendn.org/helix", package = "helix-lsp-types" } [dev-dependencies] -lsp-types = { version = "0.4.0", package = "gen-lsp-types", features = [ - "url", -] } +lsp-types = { git = "https://git.bendn.org/helix", package = "helix-lsp-types" } + ctrlc = "3.4.7" anyhow.workspace = true rustc-hash.workspace = true |