summaryrefslogtreecommitdiff
path: root/dhall_parser/Cargo.toml
blob: 9993dce51cb244a1f9f0fcd28b35b92a2b9c831d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "dhall_parser"
version = "0.1.0"
authors = ["Nadrieril <nadrieril@users.noreply.github.com>"]
edition = "2018"
build = "build.rs"

[build-dependencies]
abnf_to_pest = { path = "../abnf_to_pest" }

[dependencies]
pest = { git = "https://github.com/pest-parser/pest" }
pest_derive = { version = "2.1", path = "../../pest/derive" }