1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-12-23 18:14:20 +00:00
patched-porobot/src/lib.rs

8 lines
122 B
Rust

pub mod schema;
pub mod load;
#[cfg(feature = "search")]
pub mod search;
#[cfg(feature = "telegram")]
pub mod telegram;