auth/src/lib.rs

7 lines
87 B
Rust

#[macro_use]
extern crate diesel;
pub mod db;
#[rustfmt::skip]
pub(crate) mod schema;