You've already forked AstralRinth
forked from didirus/AstralRinth
5bb188a822
* Inital tests * Finish project colors * Run fmt + clippy + prepare * Fix dp+rp fmting
9 lines
120 B
Rust
9 lines
120 B
Rust
pub mod auth;
|
|
pub mod env;
|
|
pub mod ext;
|
|
pub mod guards;
|
|
pub mod img;
|
|
pub mod routes;
|
|
pub mod validate;
|
|
pub mod webhook;
|