auth/src/lib.rs

7 lines
87 B
Rust
Raw Permalink Normal View History

2021-12-26 20:54:03 +01:00
#[macro_use]
extern crate diesel;
pub mod db;
#[rustfmt::skip]
pub(crate) mod schema;