summaryrefslogtreecommitdiff
path: root/pest_consume/Cargo.toml
blob: 1e2b1afb46d0172aa03e6a7ac89be68246779c54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"
proc-macro-hack = "0.5.9"
pest_consume_macros = { path = "../pest_consume_macros" }

[dev-dependencies]
pest_derive = "2.1"