helix/xtask/Cargo.toml

13 lines
362 B
TOML
Raw Normal View History

2021-11-17 19:00:11 +05:30
[package]
name = "xtask"
2022-01-04 18:54:05 +09:00
version = "0.6.0"
2021-11-17 19:00:11 +05:30
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-01-04 18:54:05 +09:00
helix-term = { version = "0.6", path = "../helix-term" }
helix-core = { version = "0.6", path = "../helix-core" }
2022-08-25 17:24:09 -05:00
helix-loader = { version = "0.6", path = "../helix-loader" }
toml = "0.5"