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

9 lines
122 B
Rust
Raw Normal View History

pub mod schema;
pub mod load;
2022-08-04 08:36:52 +00:00
#[cfg(feature = "search")]
pub mod search;
2022-08-05 00:47:57 +00:00
#[cfg(feature = "telegram")]
pub mod telegram;