aboutsummaryrefslogtreecommitdiff
path: root/helix-loader/Cargo.toml
diff options
context:
space:
mode:
authorSkyler Hawthorne2023-12-05 01:54:18 +0000
committerGitHub2023-12-05 01:54:18 +0000
commitbf7c4e165946f7a5be48c9d7e8abb8e68f066882 (patch)
tree2e5660f2562e0b6f424af4792348e7c3546e86ab /helix-loader/Cargo.toml
parent44c3d48a941c5e2d6484c808c9066b91cfbcf0ec (diff)
use workspace inheritance for common version (#8925)
Diffstat (limited to 'helix-loader/Cargo.toml')
-rw-r--r--helix-loader/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/helix-loader/Cargo.toml b/helix-loader/Cargo.toml
index b32318d0..1a98e94b 100644
--- a/helix-loader/Cargo.toml
+++ b/helix-loader/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "helix-loader"
-version = "0.6.0"
-description = "A post-modern text editor."
-authors = ["Blaž Hrastnik <blaz@mxxn.io>"]
+description = "Build bootstrapping for Helix crates"
+version.workspace = true
+authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
-categories = ["editor"]
-repository = "https://github.com/helix-editor/helix"
-homepage = "https://helix-editor.com"
+categories.workspace = true
+repository.workspace = true
+homepage.workspace = true
[[bin]]
name = "hx-loader"