summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNadrieril2019-12-17 11:45:18 +0000
committerNadrieril2019-12-17 11:45:18 +0000
commit27b054b0465d106fb4b6ba4d6dec16288cbc4e1d (patch)
treebfbe91eec47ec8e9aeaf621798fa62bd77becfc4 /Cargo.lock
parent212ee21e15e4334baa8d1b2a70aa6cc53fbd40ee (diff)
Remove dhall_syntax crate
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 0 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 555577a..b196894 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -102,21 +102,6 @@ dependencies = [
]
[[package]]
-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)",
- "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "pest 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "pest_consume 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -373,7 +358,6 @@ version = "0.1.0"
dependencies = [
"dhall 0.1.0",
"dhall_proc_macros 0.1.0",
- "dhall_syntax 0.1.0",
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
]