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