Logging + database migrations system.

This commit is contained in:
Paul Makles
2020-08-11 21:08:01 +02:00
parent 750f8c6738
commit a8eb403280
9 changed files with 157 additions and 12 deletions

View File

@@ -21,6 +21,7 @@ use std::thread;
fn main() {
dotenv::dotenv().ok();
env_logger::init();
database::connect();
notifications::start_worker();