summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagrt/src/lib.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-03-23 15:22:15 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-03-24 13:31:47 +0100
commit25bcb61319ea172f4fb8028586239b2fa2fd221f (patch)
tree8050cfe182f0cfc66032b60a8a988c21764ab6ef /lib/core/libimagrt/src/lib.rs
parent4e04612d6ac05aeb8e4b1a643d92768ba962a302 (diff)
Add blackhole as default cli option
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'lib/core/libimagrt/src/lib.rs')
-rw-r--r--lib/core/libimagrt/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/core/libimagrt/src/lib.rs b/lib/core/libimagrt/src/lib.rs
index c36e2d01..224fa361 100644
--- a/lib/core/libimagrt/src/lib.rs
+++ b/lib/core/libimagrt/src/lib.rs
@@ -44,6 +44,7 @@ extern crate handlebars;
extern crate serde;
#[macro_use] extern crate anyhow;
#[macro_use] extern crate toml_query;
+#[macro_use] extern crate indoc;
extern crate clap;
extern crate toml;