summaryrefslogtreecommitdiff
path: root/pest_consume/Cargo.toml
blob: 7b26d5607d70b421fd9af300823ff7f2f59b2e1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "pest_consume"
version = "0.1.0"  # remember to update html_root_url
authors = ["Nadrieril <nadrieril@users.noreply.github.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
description = "A framework for processing the output of a pest-generated parser"
readme = "README.md"
repository = "https://github.com/Nadrieril/dhall-rust"

[dependencies]
pest = "2.1"
pest_consume_macros = { path = "../pest_consume_macros" }