Remove unused dependencies

The dependabot file was matching on tree-sitter crates - that's a relic
from v0.6.0 and lower where grammars were regular dependencies.

The remaining changes are unused crates that were forgotten about during
shuffles like moving path canonicalization from helix-core to
helix-loader (and then again from helix-loader to helix-stdx).
This commit is contained in:
Michael Davis 2025-02-13 08:41:46 -05:00
parent 3ccf8d58de
commit ed3bc2b294
No known key found for this signature in database
7 changed files with 0 additions and 26 deletions

View file

@ -16,7 +16,6 @@ homepage.workspace = true
helix-stdx = { path = "../helix-stdx" }
helix-core = { path = "../helix-core" }
helix-loader = { path = "../helix-loader" }
helix-parsec = { path = "../helix-parsec" }
helix-lsp-types = { path = "../helix-lsp-types" }
anyhow = "1.0"