Add dependency url = 1.1.

This commit is contained in:
Matthias Beyer 2016-05-29 11:48:19 +02:00
parent 650e29d4b5
commit 107e62a426
2 changed files with 2 additions and 0 deletions

View file

@ -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"

View file

@ -1,6 +1,7 @@
#[macro_use] extern crate log;
extern crate crossbeam;
extern crate hoedown;
extern crate url;
extern crate libimagstore;
#[macro_use] extern crate libimagerror;