summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8a5ad812be47a90a093b4ea79a4bf413e559c953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "dhall"
version = "0.1.0"
authors = ["NanoTech <nanotech@nanotechcorp.net>"]
build = "build.rs"

[build-dependencies]
lalrpop = "0.12.4"

[dependencies]
bytecount = "0.1.4"
lalrpop-util = "0.12.4"
nom = "2.0.0"