summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-09-02 15:20:37 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-09-02 15:40:15 +0200
commit7d1056137612256f9d3548f02f06c50cfa54e5fc (patch)
tree7caa6135f9c14a645c65d0d7186fcba7c7784541 /src/lib.rs
parent97496fc95a77ac333300618b145896dc52fb1d80 (diff)
Add error setup
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f923136..44f4aaa 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,5 @@
-
+#[macro_use]
+extern crate error_chain;
extern crate chrono;
pub mod timetype;