Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/Cargo.toml')
| -rw-r--r-- | xtask/Cargo.toml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml deleted file mode 100644 index 5421aca5..00000000 --- a/xtask/Cargo.toml +++ /dev/null @@ -1,19 +0,0 @@ -[package] -name = "xtask" -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 - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -helix-term = { path = "../helix-term" } -helix-core = { path = "../helix-core" } -helix-view = { path = "../helix-view" } -helix-loader = { path = "../helix-loader" } -toml.workspace = true |