Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-loader/Cargo.toml')
| -rw-r--r-- | helix-loader/Cargo.toml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/helix-loader/Cargo.toml b/helix-loader/Cargo.toml deleted file mode 100644 index acbdc5d5..00000000 --- a/helix-loader/Cargo.toml +++ /dev/null @@ -1,34 +0,0 @@ -[package] -name = "helix-loader" -description = "Build bootstrapping for Helix crates" -version.workspace = true -authors.workspace = true -edition.workspace = true -license.workspace = true -rust-version.workspace = true -categories.workspace = true -repository.workspace = true -homepage.workspace = true - -[[bin]] -name = "hx-loader" -path = "src/main.rs" - -[dependencies] -helix-stdx = { path = "../helix-stdx" } - -anyhow = "1" -serde = { version = "1.0", features = ["derive"] } -toml.workspace = true -etcetera = "0.10" -once_cell = "1.21" -log = "0.4" - -# TODO: these two should be on !wasm32 only - -# cloning/compiling tree-sitter grammars -cc = { version = "1" } -threadpool = { version = "1.0" } -tempfile.workspace = true - -tree-house.workspace = true |