aboutsummaryrefslogtreecommitdiff
path: root/helix-core/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2020-09-17 05:57:49 +0000
committerBlaž Hrastnik2020-09-17 07:32:40 +0000
commit088f8a82af1b90e422c495cde92b537dedb1e419 (patch)
treec0607eb3f08e4cc782aa4f627046f439820425b5 /helix-core/Cargo.toml
parent31999d6528b247e223774d1a4edec7966dda3d9e (diff)
Incremental parsing: rough draft.
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r--helix-core/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml
index 23eccdc2..0d3bd4a4 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -7,6 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+helix-syntax = { path = "../helix-syntax" }
+
ropey = "1.2.0"
anyhow = "1.0.31"
smallvec = "1.4.0"