2021-11-17 19:00:11 +05:30
|
|
|
[package]
|
|
|
|
name = "xtask"
|
2023-12-04 20:54:18 -05:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
rust-version.workspace = true
|
|
|
|
categories.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
homepage.workspace = true
|
2021-11-17 19:00:11 +05:30
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-12-04 20:54:18 -05:00
|
|
|
helix-term = { path = "../helix-term" }
|
|
|
|
helix-core = { path = "../helix-core" }
|
|
|
|
helix-view = { path = "../helix-view" }
|
|
|
|
helix-loader = { path = "../helix-loader" }
|
2024-02-13 01:48:45 +09:00
|
|
|
toml = "0.8"
|