summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNadrieril2019-12-13 12:47:31 +0000
committerNadrieril2019-12-13 12:47:31 +0000
commit617e8c2200546ddd3a4480d8c83cb8703f6595b3 (patch)
tree69f79ef4261b2f27e6d2e67b6d0d1e81f651a9d9 /Cargo.lock
parent3f00e4ca3fe22f88a1d0633e254df0bff781c6d3 (diff)
Derive Parser in dhall_syntax directly
Diffstat (limited to '')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index aa4b536..da99b8e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -108,7 +108,6 @@ dependencies = [
name = "dhall_syntax"
version = "0.1.0"
dependencies = [
- "dhall_generated_parser 0.1.0",
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",