// flotte-user-management server for managing users, roles and permissions // Copyright (C) 2020 trivernis // See LICENSE for more information #[macro_use] extern crate rouille; pub mod database; pub mod server; pub mod utils;