summaryrefslogtreecommitdiffstats
path: root/template/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'template/src/lib.rs')
-rw-r--r--template/src/lib.rs7
1 files changed, 4 insertions, 3 deletions
diff --git a/template/src/lib.rs b/template/src/lib.rs
index b889213..09aea12 100644
--- a/template/src/lib.rs
+++ b/template/src/lib.rs
@@ -46,13 +46,14 @@ use mail_headers::{
headers
};
-pub mod serde_impl;
mod base_dir;
mod path_rebase;
mod additional_cid;
+pub mod serde_impl;
+pub mod error;
-// #[cfg(feature="handlebars")]
-// pub mod handlebars;
+#[cfg(feature="handlebars")]
+pub mod handlebars;
pub use self::base_dir::*;
pub use self::path_rebase::*;