aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
blob: aed4591f6e0ba5a8f2c05cb7837f382264ff6403 (plain)
1
2
3
4
5
6
7
8
9
pub mod schema;

pub use schema::create_database;
pub use schema::AuthRequest;
pub use schema::Block;
pub use schema::Db;
pub use schema::MetuId;
pub use schema::Transaction;
pub use schema::User;