rusty-bever/src/rb/lib.rs

8 lines
100 B
Rust

#[macro_use]
extern crate diesel;
pub mod auth;
pub mod errors;
mod models;
pub(crate) mod schema;