mirror of https://github.com/LemmyNet/lemmy.git
5 lines
70 B
Rust
5 lines
70 B
Rust
|
#![recursion_limit = "512"]
|
||
|
|
||
|
pub mod code_migrations;
|
||
|
pub mod routes;
|