Add dependency url = 1.1.
This commit is contained in:
parent
650e29d4b5
commit
107e62a426
2 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue