aboutsummaryrefslogtreecommitdiff
path: root/helix-parsec/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'helix-parsec/Cargo.toml')
-rw-r--r--helix-parsec/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/helix-parsec/Cargo.toml b/helix-parsec/Cargo.toml
index 505a4247..d2b6105e 100644
--- a/helix-parsec/Cargo.toml
+++ b/helix-parsec/Cargo.toml
@@ -2,8 +2,9 @@
name = "helix-parsec"
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 = "Parser combinators for Helix"
categories = ["editor"]
repository = "https://github.com/helix-editor/helix"