summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-03-06 12:25:05 +0100
committerNadrieril2019-03-06 12:35:31 +0100
commit2e02360dc12b55f3811ba58bb17c21514990134c (patch)
tree2c9fc1bd0db2dd801842aa72d7e1144bc631e53a /dhall/Cargo.toml
parent564a5f37b106c69d8ebe9aec2f665f5222b3dfda (diff)
Split-off normalization into its own crate
Diffstat (limited to 'dhall/Cargo.toml')
-rw-r--r--dhall/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml
index db62d5b..80df0c3 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -10,3 +10,4 @@ itertools = "0.8.0"
lalrpop-util = "0.16.3"
term-painter = "0.2.3"
dhall_core = { path = "../dhall_core" }
+dhall_normalize = { path = "../dhall_normalize" }