diff options
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..625cda1 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,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" |