blob: 625cda11010233732ea6fdc5f07c49721bf1ccc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "dhall"
version = "0.1.0"
authors = ["NanoTech <nanotech@nanotechcorp.net>"]
build = "build.rs"
[build-dependencies]
lalrpop = "0.12.4"
[dependencies]
lalrpop-util = "0.12.4"
nom = "2.0.0"
|