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

[lib]
test = false
doctest = false

[build-dependencies]
abnf_to_pest = { path = "../abnf_to_pest" }
pest_generator = "2.1"
quote = "0.6.11"

[dependencies]
pest = { git = "https://github.com/pest-parser/pest" }