summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentrylink/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-10-30 18:40:51 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-10-30 18:46:28 +0100
commit32e8c43ccbc0f58629babc6a4505d2d1c588e0bc (patch)
tree9a14f95889c77684944bc9db4d14f64f291108b9 /lib/entry/libimagentrylink/Cargo.toml
parent7357f1c9859bee50b949ea876d532d8e7e8f5918 (diff)
libimagentrylink: Move from error-chain to failure
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'lib/entry/libimagentrylink/Cargo.toml')
-rw-r--r--lib/entry/libimagentrylink/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/entry/libimagentrylink/Cargo.toml b/lib/entry/libimagentrylink/Cargo.toml
index e04d4f6c..18dbad0c 100644
--- a/lib/entry/libimagentrylink/Cargo.toml
+++ b/lib/entry/libimagentrylink/Cargo.toml
@@ -27,8 +27,9 @@ url = "1.5"
sha-1 = "0.7"
hex = "0.3"
is-match = "0.1"
-toml-query = "0.7"
-error-chain = "0.12"
+toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
+failure = "0.1"
+failure_derive = "0.1"
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }