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

7 lines
87 B
Rust
Raw Permalink Normal View History

2021-11-23 17:49:31 +01:00
#[macro_use]
extern crate diesel;
pub mod db;
2021-12-26 19:50:59 +01:00
#[rustfmt::skip]
2021-11-23 17:49:31 +01:00
pub(crate) mod schema;