diff options
Diffstat (limited to 'helix-core')
-rw-r--r-- | helix-core/Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 8035333d..0fa55046 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -2,8 +2,9 @@ name = "helix-core" version = "0.6.0" authors = ["Blaž Hrastnik <blaz@mxxn.io>"] -edition = "2021" -license = "MPL-2.0" +edition.workspace = true +license.workspace = true +rust-version.workspace = true description = "Helix editor core editing primitives" categories = ["editor"] repository = "https://github.com/helix-editor/helix" |