aboutsummaryrefslogtreecommitdiff
path: root/helix-syntax/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2020-10-01 03:23:07 +0000
committerBlaž Hrastnik2020-10-01 03:25:03 +0000
commite39bd211d1579bfafa1774f6915af5725041781e (patch)
tree258a92098896a3e903da6b27a076388e2a6a0fb6 /helix-syntax/Cargo.toml
parent1da0be0aa045a4acd0246d82bf6214f8ec651476 (diff)
argh -> clap to speed up compilation (no syn/proc_macro)
Diffstat (limited to 'helix-syntax/Cargo.toml')
-rw-r--r--helix-syntax/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-syntax/Cargo.toml b/helix-syntax/Cargo.toml
index 61a9b5b0..12da3924 100644
--- a/helix-syntax/Cargo.toml
+++ b/helix-syntax/Cargo.toml
@@ -8,7 +8,6 @@ edition = "2018"
[dependencies]
tree-sitter = "0.17"
-enum-iterator = "0.6"
[build-dependencies]
cc = { version = "1", features = ["parallel"] }