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" }
|
2021-11-22 00:25:08 +05:30
|
|
|
toml = "0.5"
|