summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentryfilter/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/entry/libimagentryfilter/src/lib.rs')
-rw-r--r--lib/entry/libimagentryfilter/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/entry/libimagentryfilter/src/lib.rs b/lib/entry/libimagentryfilter/src/lib.rs
index 68917fb2..b7870fe1 100644
--- a/lib/entry/libimagentryfilter/src/lib.rs
+++ b/lib/entry/libimagentryfilter/src/lib.rs
@@ -38,6 +38,7 @@ extern crate regex;
extern crate semver;
extern crate toml;
extern crate toml_query;
+#[macro_use] extern crate error_chain;
extern crate libimagstore;
extern crate libimagentrytag;
@@ -46,6 +47,7 @@ extern crate libimagentrytag;
// these depend only on libimagstore
pub mod builtin;
+pub mod error;
// extended functionality of the crate
// these depend on other internal libraries than libimagstore and use the upper core modules for