A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,8 +28,10 @@ diff-match-patch-rs = "0.5.1" regex = "1.11.3" tree-house = { version = "0.3.0", features = ["fixtures"] } +# for tree house grammar loading helix-loader = { git = "https://github.com/bend-n/helix" } helix-core = { git = "https://github.com/bend-n/helix" } + lsp-types = { git = "https://github.com/bend-n/helix", package = "helix-lsp-types", features = [ "proposed", ] } |