From b8e945cf932d17c3b0f2c511c2bf18a5df2f5040 Mon Sep 17 00:00:00 2001 From: daladim Date: Mon, 22 Nov 2021 19:14:42 +0100 Subject: [PATCH] Added icon in the generated doc --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index ed3bf24..60e6a49 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -26,6 +26,8 @@ //! //! Have a look at the [`config`] module to see what default options can be overridden. +#![doc(html_logo_url = "https://raw.githubusercontent.com/daladim/kitchen-fridge/master/resources/kitchen-fridge.svg")] + pub mod traits; pub mod calendar;