Add bot feature and submodule

This commit is contained in:
Joscha 2023-01-21 00:08:03 +01:00
parent 84af98b5aa
commit 0ea72259f6
4 changed files with 7 additions and 0 deletions

1
src/bot.rs Normal file
View file

@ -0,0 +1 @@
//! Building blocks for bots.

View file

@ -10,6 +10,8 @@
#![warn(clippy::use_self)]
pub mod api;
#[cfg(feature = "bot")]
pub mod bot;
pub mod conn;
pub mod emoji;
mod huehash;