mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-11 04:25:55 +00:00
5 lines
108 B
Rust
5 lines
108 B
Rust
#![recursion_limit = "512"]
|
|
#[macro_use]
|
|
extern crate lazy_static;
|
|
pub mod code_migrations;
|
|
pub mod routes;
|