aboutsummaryrefslogtreecommitdiff
path: root/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 /Cargo.toml
parent44c3d48a941c5e2d6484c808c9066b91cfbcf0ec (diff)
use workspace inheritance for common version (#8925)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f2cd9b76..6c006fbb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,6 +40,11 @@ tree-sitter = { version = "0.20", git = "https://github.com/tree-sitter/tree-sit
nucleo = "0.2.0"
[workspace.package]
+version = "23.10.0"
edition = "2021"
+authors = ["Blaž Hrastnik <blaz@mxxn.io>"]
+categories = ["editor"]
+repository = "https://github.com/helix-editor/helix"
+homepage = "https://helix-editor.com"
license = "MPL-2.0"
rust-version = "1.70"