docs: use Devolutions logo

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2024-10-29 12:36:18 +04:00 committed by Benoît Cortier
parent 89c7549701
commit 5381b24444
32 changed files with 96 additions and 0 deletions

View file

@ -1,4 +1,7 @@
#![doc = include_str!("../README.md")]
#![doc(
html_logo_url = "https://webdevolutions.blob.core.windows.net/images/projects/devolutions/logos/devolutions-icon-shadow.svg"
)]
// No need to be as strict as in production libraries
#![allow(clippy::arithmetic_side_effects)]
#![allow(clippy::cast_lossless)]