Add dependency: fs2 = 0.2.3
This commit is contained in:
parent
535483d460
commit
fd637dae48
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
toml = "0.1.25"
|
toml = "0.1.25"
|
||||||
log = "0.3.5"
|
log = "0.3.5"
|
||||||
|
fs2 = "0.2.3"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
[dependencies.libimagstore]
|
||||||
path = "../libimagstore"
|
path = "../libimagstore"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#[macro_use] extern crate log;
|
#[macro_use] extern crate log;
|
||||||
extern crate toml;
|
extern crate toml;
|
||||||
|
extern crate fs2;
|
||||||
|
|
||||||
extern crate libimagstore;
|
extern crate libimagstore;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue