From 1eeef94eb3b99acad03fcf308829c6334f43fcce Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 8 Aug 2022 23:16:00 +0200 Subject: [PATCH] Add doc logos to binary targets --- src/bin/patched_porobot_discord.rs | 2 ++ src/bin/patched_porobot_matrix.rs | 2 ++ src/bin/patched_porobot_telegram.rs | 2 ++ 3 files changed, 6 insertions(+) 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};