summaryrefslogtreecommitdiff
path: root/pest_consume/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pest_consume/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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"