summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-03-03 01:31:02 +0100
committerNadrieril2019-03-03 01:31:02 +0100
commit153f40c447938620f7186885a2eff6b22a4509f6 (patch)
treee4813a163b639065d5c94dae0c4e92827dcbcaf5 /dhall/Cargo.toml
parent5cd18f220a42d3d4072566b6e0424c5edf692860 (diff)
Handle errors in parser
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 4c6be34..bb3f349 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -10,6 +10,7 @@ lalrpop = "0.16.3"
[dependencies]
bytecount = "0.5.1"
+itertools = "0.8.0"
lalrpop-util = "0.16.3"
nom = "3.0.0"
term-painter = "0.2.3"