lemmy/src/lib.rs

6 lines
108 B
Rust

#![recursion_limit = "512"]
#[macro_use]
extern crate lazy_static;
pub mod code_migrations;
pub mod routes;