summaryrefslogtreecommitdiff
path: root/dhall_syntax/Cargo.toml
diff options
context:
space:
mode:
authorFintan Halpenny2019-09-06 12:04:28 +0200
committerFintan Halpenny2019-09-06 12:04:28 +0200
commit52c91e08db68e05f760ebfd465b84fe4107731df (patch)
tree9f17524482d5861f7bcda66d2c2de363ecf5fdc5 /dhall_syntax/Cargo.toml
parent4edaf0814868e604eed5cfd594ea3f448ca90678 (diff)
parent7d84b5eb6fdd82fe24139452e2427bfb8128f123 (diff)
Merge remote-tracking branch 'origin/fintan/canonicalize' into fintan/canonicalize
Diffstat (limited to 'dhall_syntax/Cargo.toml')
-rw-r--r--dhall_syntax/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/dhall_syntax/Cargo.toml b/dhall_syntax/Cargo.toml
index 1da10c7..eb492d0 100644
--- a/dhall_syntax/Cargo.toml
+++ b/dhall_syntax/Cargo.toml
@@ -15,4 +15,6 @@ pest = "2.1"
either = "1.5.2"
take_mut = "0.2.2"
hex = "0.3.2"
+lazy_static = "1.4.0"
dhall_generated_parser = { path = "../dhall_generated_parser" }
+dhall_proc_macros = { path = "../dhall_proc_macros" }