summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 6d73a2f..b06f517 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,5 +1,6 @@
#[macro_use]
extern crate log;
+#[macro_use]
extern crate iron;
#[macro_use]
extern crate router;
@@ -8,6 +9,8 @@ extern crate serde_json;
#[macro_use]
extern crate serde_derive;
extern crate rusqlite;
+extern crate persistent;
pub mod server;
pub mod data;
+mod error;