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

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