diff --git a/libimagentryview/Cargo.toml b/libimagentryview/Cargo.toml index 60d8d262..29c6ef4e 100644 --- a/libimagentryview/Cargo.toml +++ b/libimagentryview/Cargo.toml @@ -7,7 +7,6 @@ authors = ["Matthias Beyer "] log = "0.3" toml = "0.1.25" glob = "0.2.11" -tempfile = "2.1.4" [dependencies.libimagrt] path = "../libimagrt" diff --git a/libimagentryview/src/lib.rs b/libimagentryview/src/lib.rs index 84992562..159e0fa2 100644 --- a/libimagentryview/src/lib.rs +++ b/libimagentryview/src/lib.rs @@ -17,7 +17,6 @@ #[macro_use] extern crate log; extern crate glob; extern crate toml; -extern crate tempfile; extern crate libimagstore; extern crate libimagrt;