Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1435,11 +1435,14 @@ dependencies = [ "bitflags 2.6.0", "hashbrown 0.14.5", "helix-stdx", + "libloading", "log", "once_cell", "regex", + "regex-cursor", "ropey", "slotmap", + "thiserror", "tree-sitter", ] |