From 33d19579730b8608d852e1960aeaa6575b3aa3b2 Mon Sep 17 00:00:00 2001 From: Yehuthi Date: Wed, 14 Jun 2023 19:48:42 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20rustdoc=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index c13f134..08535a9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,6 @@ +#![doc( + html_logo_url = "https://github.com/yehuthi/winlock/blob/0a5dd2c85d33b8d1e8e906ee48491a6cb186c174/winlock.svg?raw=true" +)] #![doc = include_str!("../README.md")] #![deny(missing_docs)]