1 2 3 4 5 6 7 8 9 10 11 12 13 14
[package] name = "helix-parsec" version = "0.6.0" authors = ["Blaž Hrastnik <[email protected]>"] 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"] [dependencies]