summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 60d89cd..5d3ff06 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -9,12 +9,7 @@ extern crate rocket_contrib;
#[macro_use]
extern crate diesel;
-#[derive(Debug)]
-pub struct Config {
- pub client_id: String,
- pub client_secret: String,
- pub base_url: String,
-}
+extern crate fern;
pub mod db;
pub mod error;