Fix libimagentrymarkdown for new url lib

This commit is contained in:
Matthias Beyer 2019-05-30 10:32:12 +02:00
parent 8a5bc09b62
commit 8b66672772
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ sha-1 = "0.8"
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
libimagentrylink = { version = "0.10.0", path = "../../../lib/entry/libimagentrylink/" }
libimagentryurl = { version = "0.10.0", path = "../../../lib/entry/libimagentryurl/" }
libimagentryref = { version = "0.10.0", path = "../../../lib/entry/libimagentryref/" }
libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil/" }

View File

@ -42,6 +42,7 @@ extern crate url;
extern crate libimagstore;
extern crate libimagerror;
extern crate libimagentrylink;
extern crate libimagentryurl;
extern crate libimagentryref;
extern crate libimagutil;
#[macro_use] extern crate failure;