Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-lsp-types/Cargo.toml')
-rw-r--r--helix-lsp-types/Cargo.toml33
1 files changed, 0 insertions, 33 deletions
diff --git a/helix-lsp-types/Cargo.toml b/helix-lsp-types/Cargo.toml
deleted file mode 100644
index 26f004b2..00000000
--- a/helix-lsp-types/Cargo.toml
+++ /dev/null
@@ -1,33 +0,0 @@
-[package]
-name = "helix-lsp-types"
-version = "0.95.1"
-authors = [
- # Original authors
- "Markus Westerlind <[email protected]>",
- "Bruno Medeiros <[email protected]>",
- # Since forking
- "Helix contributors"
-]
-edition = "2018"
-description = "Types for interaction with a language server, using VSCode's Language Server Protocol"
-
-repository = "https://github.com/gluon-lang/lsp-types"
-documentation = "https://docs.rs/lsp-types"
-
-readme = "README.md"
-
-keywords = ["language", "server", "lsp", "vscode", "lsif"]
-
-license = "MIT"
-
-[dependencies]
-bitflags.workspace = true
-serde = { version = "1.0.228", features = ["derive"] }
-serde_json = "1.0.145"
-url = {version = "2.5.4", features = ["serde"]}
-
-[features]
-default = []
-# Enables proposed LSP extensions.
-# NOTE: No semver compatibility is guaranteed for types enabled by this feature.
-proposed = []