Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-parsec/Cargo.toml')
| -rw-r--r-- | helix-parsec/Cargo.toml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/helix-parsec/Cargo.toml b/helix-parsec/Cargo.toml index 21769121..505a4247 100644 --- a/helix-parsec/Cargo.toml +++ b/helix-parsec/Cargo.toml @@ -1,14 +1,13 @@ [package] name = "helix-parsec" +version = "0.6.0" +authors = ["Blaž Hrastnik <[email protected]>"] +edition = "2021" +license = "MPL-2.0" description = "Parser combinators for Helix" +categories = ["editor"] +repository = "https://github.com/helix-editor/helix" +homepage = "https://helix-editor.com" include = ["src/**/*", "README.md"] -version.workspace = true -authors.workspace = true -edition.workspace = true -license.workspace = true -rust-version.workspace = true -categories.workspace = true -repository.workspace = true -homepage.workspace = true [dependencies] |