2021-11-17 14:30:11 +01:00
|
|
|
[package]
|
|
|
|
name = "xtask"
|
2022-01-04 10:54:05 +01:00
|
|
|
version = "0.6.0"
|
2021-11-17 14:30:11 +01:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2022-01-04 10:54:05 +01: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-26 00:24:09 +02:00
|
|
|
helix-loader = { version = "0.6", path = "../helix-loader" }
|
2021-11-21 19:55:08 +01:00
|
|
|
toml = "0.5"
|