mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-15 08:54:01 +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;
|