summaryrefslogtreecommitdiff
path: root/pest_consume/Cargo.toml
blob: b3f1db78a2e7d6f2cfec33845a89f5cc7d6efb2d (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"
dhall_proc_macros = { path = "../dhall_proc_macros" }