Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r--helix-core/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml
index ead75f9a..2402624e 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 = "0.4"
ropey.workspace = true
smallvec = "1.15"
smartstring = "1.0.1"