This repository has been archived on 2023-07-04. You can view files and clone it, but cannot push or open issues/pull-requests.
gateway-old/src/lib.rs

7 lines
84 B
Rust
Raw Permalink Normal View History

#[macro_use]
extern crate diesel;
2021-11-25 10:19:01 +01:00
pub mod auth;
pub mod db;
pub(crate) mod schema;