Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-loader/Cargo.toml')
-rw-r--r--helix-loader/Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/helix-loader/Cargo.toml b/helix-loader/Cargo.toml
index acbdc5d5..493d8b30 100644
--- a/helix-loader/Cargo.toml
+++ b/helix-loader/Cargo.toml
@@ -19,8 +19,9 @@ helix-stdx = { path = "../helix-stdx" }
anyhow = "1"
serde = { version = "1.0", features = ["derive"] }
-toml.workspace = true
+toml = "0.8"
etcetera = "0.10"
+tree-sitter.workspace = true
once_cell = "1.21"
log = "0.4"
@@ -31,4 +32,5 @@ cc = { version = "1" }
threadpool = { version = "1.0" }
tempfile.workspace = true
-tree-house.workspace = true
+[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
+libloading = "0.8"