diff options
Diffstat (limited to 'crates/whirl_server/src/lib.rs')
| -rw-r--r-- | crates/whirl_server/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/whirl_server/src/lib.rs b/crates/whirl_server/src/lib.rs index 56995f5..85f0c60 100644 --- a/crates/whirl_server/src/lib.rs +++ b/crates/whirl_server/src/lib.rs @@ -20,6 +20,10 @@ )] #![deny(clippy::all, clippy::nursery, clippy::pedantic)] #![recursion_limit = "128"] +#![doc( + html_logo_url = "https://raw.githubusercontent.com/Whirlsplash/assets/master/Whirl.png", + html_favicon_url = "https://raw.githubusercontent.com/Whirlsplash/assets/master/Whirl.png" +)] #[macro_use] extern crate log; |