summaryrefslogtreecommitdiff
path: root/dhall_syntax/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril Feneanar2019-09-20 21:12:57 +0200
committerGitHub2019-09-20 21:12:57 +0200
commite5bba4a0d148c647ff9c1a372a6470b3b3bfdc6e (patch)
tree45e5d0c715b9db8c1b30a019a6c971a7340c5117 /dhall_syntax/Cargo.toml
parent4424d3ece5db10527ae446a685a579ae768ef943 (diff)
parent4daead27eb65e3a38869924f0f3ed1f425de1b33 (diff)
Merge branch 'master' into fintan/canonicalize
Diffstat (limited to '')
-rw-r--r--dhall_syntax/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall_syntax/Cargo.toml b/dhall_syntax/Cargo.toml
index eb492d0..b98c4a4 100644
--- a/dhall_syntax/Cargo.toml
+++ b/dhall_syntax/Cargo.toml
@@ -18,3 +18,4 @@ hex = "0.3.2"
lazy_static = "1.4.0"
dhall_generated_parser = { path = "../dhall_generated_parser" }
dhall_proc_macros = { path = "../dhall_proc_macros" }
+pest_consume = "1.0"