diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -410,13 +410,23 @@ dependencies = [ "argh", "crossterm", "helix-core", - "helix-syntax", + "helix-view", "num_cpus", "smol", "tui", ] [[package]] +name = "helix-view" +version = "0.1.0" +dependencies = [ + "anyhow", + "crossterm", + "helix-core", + "tui", +] + +[[package]] name = "hermit-abi" version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" |