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-09-19 15:38:20 +02:00
|
|
|
helix-view = { version = "0.6", path = "../helix-view" }
|
2022-08-25 17:24:09 -05:00
|
|
|
helix-loader = { version = "0.6", path = "../helix-loader" }
|
2023-01-30 15:49:26 +01:00
|
|
|
toml = "0.7"
|