aboutsummaryrefslogtreecommitdiff
path: root/helix-parsec/Cargo.toml
blob: 562df8ddd147dd1603db50b374a83fc7d8765d7e (plain) (blame)
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 <blaz@mxxn.io>"]
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"]

[dependencies]
regex = "1"