diff options
author | Blaž Hrastnik | 2020-09-17 05:57:49 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2020-09-17 07:32:40 +0000 |
commit | 088f8a82af1b90e422c495cde92b537dedb1e419 (patch) | |
tree | c0607eb3f08e4cc782aa4f627046f439820425b5 /helix-term/Cargo.toml | |
parent | 31999d6528b247e223774d1a4edec7966dda3d9e (diff) |
Incremental parsing: rough draft.
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r-- | helix-term/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index b7a58e3e..e0b96ead 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -11,11 +11,11 @@ name = "hx" path = "src/main.rs" [dependencies] +helix-core = { path = "../helix-core" } helix-syntax = { path = "../helix-syntax" } anyhow = "1" argh = "0.1.3" -helix-core = { path = "../helix-core" } crossterm = { version = "0.17", features = ["event-stream"] } smol = "1" |