aboutsummaryrefslogtreecommitdiffstats
path: root/lib/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/src/lib.rs')
-rw-r--r--lib/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/src/lib.rs b/lib/src/lib.rs
index 6d313d6..d3cf956 100644
--- a/lib/src/lib.rs
+++ b/lib/src/lib.rs
@@ -1,4 +1,5 @@
extern crate ogmarkup;
+#[macro_use]
extern crate serde_derive;
extern crate serde_json;
extern crate tera;