summaryrefslogtreecommitdiffstats
path: root/libimagentrymarkdown/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-05-29 11:48:19 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-06-09 16:52:34 +0200
commit107e62a4269c8c51930dcbfc8271255d388034b5 (patch)
tree794d025438740d748cf7ac34c62124e871ab75d1 /libimagentrymarkdown/Cargo.toml
parent650e29d4b5a805b83e30c530c740ade21d7d8542 (diff)
Add dependency url = 1.1.
Diffstat (limited to 'libimagentrymarkdown/Cargo.toml')
-rw-r--r--libimagentrymarkdown/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/libimagentrymarkdown/Cargo.toml b/libimagentrymarkdown/Cargo.toml
index 9cf01638..c752ccc7 100644
--- a/libimagentrymarkdown/Cargo.toml
+++ b/libimagentrymarkdown/Cargo.toml
@@ -7,6 +7,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
log = "0.3"
hoedown = "5.0.0"
crossbeam = "0.2"
+url = "1.1"
[dependencies.libimagstore]
path = "../libimagstore"