diff options
| -rw-r--r-- | crates/whirl/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/whirl/src/lib.rs b/crates/whirl/src/lib.rs index 82a5a9f..be75fe4 100644 --- a/crates/whirl/src/lib.rs +++ b/crates/whirl/src/lib.rs @@ -18,6 +18,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; |