diff --git a/src/bin/patched_porobot_discord.rs b/src/bin/patched_porobot_discord.rs index c89b901..2b04c31 100644 --- a/src/bin/patched_porobot_discord.rs +++ b/src/bin/patched_porobot_discord.rs @@ -1,3 +1,5 @@ +#![doc(html_logo_url = "https://raw.githubusercontent.com/Steffo99/patched-porobot/main/icon.png")] + fn main() { todo!(); } diff --git a/src/bin/patched_porobot_matrix.rs b/src/bin/patched_porobot_matrix.rs index c89b901..2b04c31 100644 --- a/src/bin/patched_porobot_matrix.rs +++ b/src/bin/patched_porobot_matrix.rs @@ -1,3 +1,5 @@ +#![doc(html_logo_url = "https://raw.githubusercontent.com/Steffo99/patched-porobot/main/icon.png")] + fn main() { todo!(); } diff --git a/src/bin/patched_porobot_telegram.rs b/src/bin/patched_porobot_telegram.rs index e923d1d..3159f61 100644 --- a/src/bin/patched_porobot_telegram.rs +++ b/src/bin/patched_porobot_telegram.rs @@ -75,6 +75,8 @@ //! //! [@patchedporobot]: https://t.me/patchedporobot +#![doc(html_logo_url = "https://raw.githubusercontent.com/Steffo99/patched-porobot/main/icon.png")] + use std::path::PathBuf; use log::*; use patched_porobot::data::setbundle::card::{Card, CardIndex};