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

[build-dependencies]
lalrpop = "0.13.1"

[dependencies]
bytecount = "0.1.4"
lalrpop-util = "0.13.1"
nom = "2.0.0"
term-painter = "0.2.3"