aboutsummaryrefslogtreecommitdiff
path: root/helix-parsec/Cargo.toml
blob: 505a4247e3eff9ce71c250792a9c7b693b097c82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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]