Add user cache, no more "guard refs".

This commit is contained in:
Paul Makles
2020-08-10 21:11:01 +02:00
parent cd5c7ce02c
commit 8cb697dfcd
11 changed files with 165 additions and 247 deletions

View File

@@ -9,11 +9,10 @@ extern crate bitfield;
#[macro_use]
extern crate lazy_static;
pub mod database;
pub mod email;
pub mod guards;
pub mod notifications;
pub mod database;
pub mod routes;
pub mod email;
pub mod util;
use dotenv;