Add dep: tempfile = 2.1.1
This commit is contained in:
parent
be551feb83
commit
eb74b4b1dc
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ toml = "0.1.27"
|
||||||
log = "0.3.4"
|
log = "0.3.4"
|
||||||
xdg-basedir = "0.2.2"
|
xdg-basedir = "0.2.2"
|
||||||
itertools = "0.4.6"
|
itertools = "0.4.6"
|
||||||
|
tempfile = "2.1.1"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
[dependencies.libimagstore]
|
||||||
path = "../libimagstore"
|
path = "../libimagstore"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#[macro_use] extern crate log;
|
#[macro_use] extern crate log;
|
||||||
#[macro_use] extern crate itertools;
|
#[macro_use] extern crate itertools;
|
||||||
#[cfg(unix)] extern crate xdg_basedir;
|
#[cfg(unix)] extern crate xdg_basedir;
|
||||||
|
extern crate tempfile;
|
||||||
|
|
||||||
extern crate clap;
|
extern crate clap;
|
||||||
extern crate toml;
|
extern crate toml;
|
||||||
|
|
Loading…
Reference in a new issue