Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/Cargo.toml')
| -rw-r--r-- | helix-core/Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 4309cc14..a9f6f02b 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -18,8 +18,11 @@ integration = [] [dependencies] helix-stdx = { path = "../helix-stdx" } helix-loader = { path = "../helix-loader" } +helix-event = { path = "../helix-event" } helix-parsec = { path = "../helix-parsec" } +filesentry = "0.2.1" +ignore.workspace = true ropey.workspace = true smallvec = "1.15" smartstring = "1.0.1" @@ -32,7 +35,7 @@ unicode-segmentation.workspace = true unicode-width = "=0.1.12" unicode-general-category = "1.1" slotmap.workspace = true -tree-house = { workspace = true, features = ["fixtures"] } +tree-house.workspace = true once_cell = "1.21" arc-swap = "1" regex = "1" @@ -55,7 +58,7 @@ textwrap = "0.16.2" nucleo.workspace = true parking_lot.workspace = true -globset.workspace = true +globset = "0.4.16" regex-cursor = "0.1.5" [dev-dependencies] |