summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentrymarkdown/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-12-03 00:23:17 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-02-17 11:09:48 +0100
commitac5a3c02987d318a126b4f0823ea42fc27a9c875 (patch)
treefa5d0c3f068341beba9cb121929fef7022ace57c /lib/entry/libimagentrymarkdown/Cargo.toml
parentd8ad741fc22a93bc70dd720720bc1198d8d33af7 (diff)
Reimplement LinkProcessor::process() for new libimagentryref API
The documentation of the function kind of explains why this change is necessary. It might get changed in the future so that the user has more flexibility. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'lib/entry/libimagentrymarkdown/Cargo.toml')
-rw-r--r--lib/entry/libimagentrymarkdown/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/entry/libimagentrymarkdown/Cargo.toml b/lib/entry/libimagentrymarkdown/Cargo.toml
index 8248412a..cf082a03 100644
--- a/lib/entry/libimagentrymarkdown/Cargo.toml
+++ b/lib/entry/libimagentrymarkdown/Cargo.toml
@@ -25,6 +25,7 @@ hoedown = "6.0.0"
url = "1.5"
env_logger = "0.5"
failure = "0.1"
+sha-1 = "0.8"
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }