removed unused dependency
This commit is contained in:
parent
fcb9001c1e
commit
96e88d6c80
2 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,6 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|||
log = "0.3"
|
||||
toml = "0.1.25"
|
||||
glob = "0.2.11"
|
||||
tempfile = "2.1.4"
|
||||
|
||||
[dependencies.libimagrt]
|
||||
path = "../libimagrt"
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#[macro_use] extern crate log;
|
||||
extern crate glob;
|
||||
extern crate toml;
|
||||
extern crate tempfile;
|
||||
|
||||
extern crate libimagstore;
|
||||
extern crate libimagrt;
|
||||
|
|
Loading…
Reference in a new issue