Add glob()ing in libimagentryview
This commit is contained in:
parent
1e5548a247
commit
2eb1fc8151
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|||
[dependencies]
|
||||
log = "0.3"
|
||||
toml = "0.1.25"
|
||||
glob = "0.2.11"
|
||||
|
||||
[dependencies.libimagstore]
|
||||
path = "../libimagstore"
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
)]
|
||||
|
||||
#[macro_use] extern crate log;
|
||||
extern crate glob;
|
||||
extern crate toml;
|
||||
|
||||
extern crate libimagstore;
|
||||
|
|
Loading…
Reference in a new issue