You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flotte-user-management/src/lib.rs

11 lines
232 B
Rust

// 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;