summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0fd1ccf..9b56cff 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -46,12 +46,16 @@
extern crate chrono;
extern crate serde;
-#[macro_use] extern crate serde_derive;
+#[macro_use]
+extern crate serde_derive;
extern crate serde_json;
extern crate uuid;
#[cfg(test)]
extern crate env_logger;
+#[cfg(test)]
+#[macro_use]
+extern crate log;
pub mod annotation;
pub mod date;