mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-11 01:10:29 +00:00
5 lines
98 B
Rust
5 lines
98 B
Rust
#![recursion_limit = "512"]
|
|
pub mod api_routes;
|
|
pub mod code_migrations;
|
|
pub mod scheduled_tasks;
|