4 lines
98 B
Rust
4 lines
98 B
Rust
#![recursion_limit = "512"]
|
|
pub mod api_routes;
|
|
pub mod code_migrations;
|
|
pub mod scheduled_tasks;
|