aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 4c2c020..157d035 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -7,9 +7,11 @@ extern crate error_chain;
extern crate actix;
extern crate actix_web;
extern crate env_logger;
+#[macro_use]
extern crate diesel;
-mod errors;
+pub mod errors;
+pub mod schema;
use actix_web::{middleware, server, App, HttpRequest};
use diesel::prelude::*;