summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagerror/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/core/libimagerror/src/lib.rs')
-rw-r--r--lib/core/libimagerror/src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/core/libimagerror/src/lib.rs b/lib/core/libimagerror/src/lib.rs
index bacd831a..78d1e2c2 100644
--- a/lib/core/libimagerror/src/lib.rs
+++ b/lib/core/libimagerror/src/lib.rs
@@ -37,9 +37,10 @@
#[macro_use] extern crate log;
extern crate ansi_term;
+extern crate toml;
+extern crate thiserror;
extern crate anyhow;
-
pub mod errors;
pub mod exit;
pub mod trace;