summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNadrieril2019-03-03 01:31:02 +0100
committerNadrieril2019-03-03 01:31:02 +0100
commit153f40c447938620f7186885a2eff6b22a4509f6 (patch)
treee4813a163b639065d5c94dae0c4e92827dcbcaf5 /Cargo.lock
parent5cd18f220a42d3d4072566b6e0424c5edf692860 (diff)
Handle errors in parser
Diffstat (limited to '')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c2e4b55..e5cd07f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -136,6 +136,7 @@ version = "0.1.0"
dependencies = [
"bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"dhall_parser 0.1.0",
+ "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lalrpop 0.16.3 (registry+https://github.com/rust-lang/crates.io-index)",
"lalrpop-util 0.16.3 (registry+https://github.com/rust-lang/crates.io-index)",
"nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)",