From 810a3d8066c2efed3f7c74cfb171d17988168080 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Wed, 11 Sep 2019 21:10:38 +0200 Subject: Add an example to pest_consume --- pest_consume/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pest_consume/Cargo.toml') diff --git a/pest_consume/Cargo.toml b/pest_consume/Cargo.toml index 70bdd22..1e2b1af 100644 --- a/pest_consume/Cargo.toml +++ b/pest_consume/Cargo.toml @@ -12,3 +12,6 @@ repository = "https://github.com/Nadrieril/dhall-rust" pest = "2.1" proc-macro-hack = "0.5.9" pest_consume_macros = { path = "../pest_consume_macros" } + +[dev-dependencies] +pest_derive = "2.1" -- cgit v1.2.3