summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-12-17 11:43:57 +0000
committerNadrieril2019-12-17 11:43:57 +0000
commit212ee21e15e4334baa8d1b2a70aa6cc53fbd40ee (patch)
treede6c505daa98743020b910dec614412b6dcb8a9f /dhall/Cargo.toml
parent78e9e32e1357d50313287dd2a3c437132c83aeb6 (diff)
Move pest file generation to dhall/build.rs
Diffstat (limited to '')
-rw-r--r--dhall/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml
index 2a2a3fe..962b466 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -27,4 +27,6 @@ pretty_assertions = "0.6.1"
[build-dependencies]
walkdir = "2"
+abnf_to_pest = { version = "0.1.1", path = "../abnf_to_pest" }
+