summaryrefslogtreecommitdiff
path: root/pest_consume/Cargo.toml
blob: 70bdd224a769919b4fa874e5d69c356ac97599fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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" }