re-export all structs
This commit is contained in:
parent
8675f223a0
commit
a2e4885bdb
1 changed files with 6 additions and 1 deletions
|
@ -4,7 +4,12 @@ extern crate diesel;
|
|||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
mod schema;
|
||||
|
||||
pub mod executor;
|
||||
pub mod postgres;
|
||||
mod schema;
|
||||
pub mod worker_pool;
|
||||
|
||||
pub use executor::*;
|
||||
pub use postgres::*;
|
||||
pub use worker_pool::*;
|
||||
|
|
Loading…
Reference in a new issue