This repository has been archived on 2023-07-04. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-11-24 20:13:45 +01:00
|
|
|
#[macro_use]
|
|
|
|
extern crate diesel;
|
|
|
|
|
2021-11-25 10:19:01 +01:00
|
|
|
pub mod auth;
|
2021-11-24 20:13:45 +01:00
|
|
|
pub mod db;
|
|
|
|
pub(crate) mod schema;
|