diff options
Diffstat (limited to 'crates/whirl_common/src/lib.rs')
| -rw-r--r-- | crates/whirl_common/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/whirl_common/src/lib.rs b/crates/whirl_common/src/lib.rs index 82eac48..c33a67d 100644 --- a/crates/whirl_common/src/lib.rs +++ b/crates/whirl_common/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" +)] pub mod log; pub mod sort; |