diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -371,6 +371,7 @@ dependencies = [ "cassowary", "crossterm", "helix-core", + "helix-view", "serde", "unicode-segmentation", "unicode-width", @@ -381,6 +382,7 @@ name = "helix-view" version = "0.2.0" dependencies = [ "anyhow", + "bitflags", "chardetng", "crossterm", "encoding_rs", |