You've already forked AstralRinth
forked from didirus/AstralRinth
* Move download counting to worker * Run `cargo sqlx prepare` * Format & some Clippy fixes
8 lines
107 B
Rust
8 lines
107 B
Rust
pub mod auth;
|
|
pub mod env;
|
|
pub mod ext;
|
|
pub mod guards;
|
|
pub mod routes;
|
|
pub mod validate;
|
|
pub mod webhook;
|