summaryrefslogtreecommitdiff
path: root/dhall_parser/Cargo.toml
blob: be76fa0038da061b67e9b42a811c0ba00365f385 (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 = { version = "2.1", path = "../../pest/derive" }