Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -878,24 +878,17 @@ dependencies = [ "anyhow", "arc-swap", "chrono", - "content_inspector", "crossterm", "fern", "futures-util", - "fuzzy-matcher", - "grep-regex", - "grep-searcher", "helix-core", "helix-dap", "helix-loader", "helix-lsp", "helix-tui", "helix-view", - "ignore", "log", "once_cell", - "pulldown-cmark", - "retain_mut", "ropey", "serde", "serde_json", @@ -942,15 +935,23 @@ dependencies = [ "bitflags", "chardetng", "clipboard-win", + "content_inspector", "crossterm", "futures-util", + "fuzzy-matcher", + "grep-regex", + "grep-searcher", "helix-core", "helix-dap", "helix-graphics", + "helix-loader", "helix-lsp", "helix-tui", + "ignore", "log", "once_cell", + "pulldown-cmark", + "retain_mut", "serde", "serde_json", "slotmap", |