From d6bea61fa917d257219a43386c88a4f04cf82408 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Fri, 6 Apr 2018 19:22:55 -0400 Subject: database alteration in-flight --- src/main.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 551449b..80ed991 100644 --- a/src/main.rs +++ b/src/main.rs @@ -14,6 +14,8 @@ extern crate typemap; extern crate url; extern crate rand; extern crate either; +extern crate reqwest; +extern crate sha1; use commands::register_commands; use dotenv::dotenv; @@ -127,6 +129,8 @@ fn main() { const MIN_RUN_DURATION: Duration = Duration::from_secs(120); + info!("starting"); + dotenv().ok(); use fern::colors::{Color, ColoredLevelConfig}; -- cgit v1.3.1