From 212ee21e15e4334baa8d1b2a70aa6cc53fbd40ee Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Tue, 17 Dec 2019 11:43:57 +0000 Subject: Move pest file generation to dhall/build.rs --- dhall/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dhall/Cargo.toml') 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" } + -- cgit v1.2.3