1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-11 22:38:26 +01:00
helix/helix-loader/Cargo.toml
RoloEdits 3bd22a70dc
chore(msrv): bump from 1.82 to 1.87 (#15196)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2026-01-29 08:35:40 -06:00

35 lines
744 B
INI

[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.workspace = true
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