summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNadrieril2019-12-13 12:53:02 +0000
committerNadrieril2019-12-13 12:53:02 +0000
commit4c3552e23f788f971dc5879c99e1e659d8ddae8f (patch)
tree9c1b5d8b40367fb92625dfaf4d19d98fc3c534df /Cargo.lock
parent617e8c2200546ddd3a4480d8c83cb8703f6595b3 (diff)
Merge dhall_generated_parser into dhall_syntax
Diffstat (limited to '')
-rw-r--r--Cargo.lock10
1 files changed, 1 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index da99b8e..257fade 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -86,15 +86,6 @@ dependencies = [
]
[[package]]
-name = "dhall_generated_parser"
-version = "0.1.0"
-dependencies = [
- "abnf_to_pest 0.1.1",
- "pest 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
name = "dhall_proc_macros"
version = "0.1.0"
dependencies = [
@@ -108,6 +99,7 @@ dependencies = [
name = "dhall_syntax"
version = "0.1.0"
dependencies = [
+ "abnf_to_pest 0.1.1",
"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)",