mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-23 08:46:28 +00:00
6 lines
61 B
Rust
6 lines
61 B
Rust
|
mod model;
|
||
|
mod routes;
|
||
|
|
||
|
pub use model::*;
|
||
|
pub use routes::*;
|