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 /helix-parsec | |
parent | 44c3d48a941c5e2d6484c808c9066b91cfbcf0ec (diff) |
use workspace inheritance for common version (#8925)
Diffstat (limited to 'helix-parsec')
-rw-r--r-- | helix-parsec/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/helix-parsec/Cargo.toml b/helix-parsec/Cargo.toml index d2b6105e..21769121 100644 --- a/helix-parsec/Cargo.toml +++ b/helix-parsec/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "helix-parsec" -version = "0.6.0" -authors = ["Blaž Hrastnik <blaz@mxxn.io>"] +description = "Parser combinators for Helix" +include = ["src/**/*", "README.md"] +version.workspace = true +authors.workspace = true edition.workspace = true license.workspace = true rust-version.workspace = true -description = "Parser combinators for Helix" -categories = ["editor"] -repository = "https://github.com/helix-editor/helix" -homepage = "https://helix-editor.com" -include = ["src/**/*", "README.md"] +categories.workspace = true +repository.workspace = true +homepage.workspace = true [dependencies] |