summaryrefslogtreecommitdiffstats
path: root/lib/etc/libimaginteraction/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-08-29 17:21:52 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-08-31 10:56:15 +0200
commitae5255c7c7ed7c40c44240218b957be383ad698d (patch)
tree24807f94054744d156b1710f307b42218503f944 /lib/etc/libimaginteraction/Cargo.toml
parentc987130cc1adca9c8074e7e1afe235c4b3f7157e (diff)
Remove unused crate imports
This patch removes unused crate imports reported by newer rust versions. Some crates were only required for tests, some only for tests with macro_import - these things were fixed with feature gates.
Diffstat (limited to 'lib/etc/libimaginteraction/Cargo.toml')
-rw-r--r--lib/etc/libimaginteraction/Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/etc/libimaginteraction/Cargo.toml b/lib/etc/libimaginteraction/Cargo.toml
index 6ed38c94..0de941e6 100644
--- a/lib/etc/libimaginteraction/Cargo.toml
+++ b/lib/etc/libimaginteraction/Cargo.toml
@@ -21,10 +21,6 @@ lazy_static = "0.2.*"
log = "0.3"
regex = "0.2"
toml = "^0.4"
-spinner = "0.4"
-rustyline = "1.0"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
-libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
-libimagentryfilter = { version = "0.4.0", path = "../../../lib/entry/libimagentryfilter" }