7 lines
131 B
Rust
7 lines
131 B
Rust
#[allow(clippy::module_inception)]
|
|
pub mod postgres;
|
|
pub mod migrations;
|
|
pub mod models;
|
|
|
|
pub use self::postgres::PostgresGateway;
|