summaryrefslogtreecommitdiff
path: root/dhall_syntax
diff options
context:
space:
mode:
authorNadrieril Feneanar2019-10-12 19:07:40 +0100
committerGitHub2019-10-12 19:07:40 +0100
commit88eadcfe795181a3fda138e92d7f787793248e5f (patch)
tree5613752829163cbdbcdb9ecec3b6889cfe827425 /dhall_syntax
parente5bba4a0d148c647ff9c1a372a6470b3b3bfdc6e (diff)
parentd022cd7e807104ffed60a76058c4ccd478ac187a (diff)
Merge branch 'master' into fintan/canonicalize
Diffstat (limited to 'dhall_syntax')
-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 b98c4a4..82fa9c8 100644
--- a/dhall_syntax/Cargo.toml
+++ b/dhall_syntax/Cargo.toml
@@ -18,4 +18,5 @@ 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 = { path = "../../pest_consume/pest_consume" }
pest_consume = "1.0"