diff options
Diffstat (limited to 'helix-event')
-rw-r--r-- | helix-event/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/helix-event/Cargo.toml b/helix-event/Cargo.toml index 2dd4b512..c2032824 100644 --- a/helix-event/Cargo.toml +++ b/helix-event/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "helix-event" -version = "0.6.0" -authors = ["Blaž Hrastnik <blaz@mxxn.io>"] +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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |