aboutsummaryrefslogtreecommitdiff
path: root/spake2/src
diff options
context:
space:
mode:
Diffstat (limited to 'spake2/src')
-rw-r--r--spake2/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/spake2/src/lib.rs b/spake2/src/lib.rs
index d189d9c..55a85df 100644
--- a/spake2/src/lib.rs
+++ b/spake2/src/lib.rs
@@ -1,3 +1,5 @@
+#![doc(html_logo_url =
+ "https://raw.githubusercontent.com/RustCrypto/meta/master/logo_small.png")]
#![forbid(unsafe_code)]
#![cfg_attr(test, deny(warnings))]