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