diff options
author | Skyler Hawthorne | 2023-12-05 01:54:18 +0000 |
---|---|---|
committer | GitHub | 2023-12-05 01:54:18 +0000 |
commit | bf7c4e165946f7a5be48c9d7e8abb8e68f066882 (patch) | |
tree | 2e5660f2562e0b6f424af4792348e7c3546e86ab /Cargo.toml | |
parent | 44c3d48a941c5e2d6484c808c9066b91cfbcf0ec (diff) |
use workspace inheritance for common version (#8925)
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |