summaryrefslogtreecommitdiff
path: root/dhall
diff options
context:
space:
mode:
authorNadrieril2019-04-12 23:06:29 +0200
committerNadrieril2019-04-12 23:08:24 +0200
commitca0939f4cdf373ca735f25926d0a02c698d7f1cf (patch)
tree9600d2fc715de6afce9ae5c55e817706cfdb0aac /dhall
parent57fb440349443b20a6b72ee04f93e0abc4d03e56 (diff)
Remove some leftover dependencies
Diffstat (limited to '')
-rw-r--r--dhall/Cargo.toml1
-rw-r--r--dhall_core/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml
index c22492f..905f074 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -12,7 +12,6 @@ nothreads = [] # disable threads for tarpaulin
[dependencies]
bytecount = "0.5.1"
itertools = "0.8.0"
-lalrpop-util = "0.16.3"
term-painter = "0.2.3"
serde = { version = "1.0", features = ["derive"] }
serde_cbor = "0.9.0"
diff --git a/dhall_core/Cargo.toml b/dhall_core/Cargo.toml
index 5f84d35..f4aaf10 100644
--- a/dhall_core/Cargo.toml
+++ b/dhall_core/Cargo.toml
@@ -10,7 +10,6 @@ doctest = false
[dependencies]
itertools = "0.8.0"
-term-painter = "0.2.3"
pest = { git = "https://github.com/pest-parser/pest" }
dhall_parser = { path = "../dhall_parser" }
iter_patterns = { path = "../iter_patterns" }