summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-01-20 08:10:41 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-01-20 08:23:44 +0100
commit85fdd6032f45f12f5c5fc68354f085e4d1301f78 (patch)
treec88d4631fc8347c71871dddbdcef4433bf21d4f4 /store
parent5c4faf806ba7b27cd0ff3db9b3fe435434b9ae18 (diff)
Add branding to all crates.
Diffstat (limited to 'store')
-rw-r--r--store/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/store/src/lib.rs b/store/src/lib.rs
index 93b6402c..7a80e182 100644
--- a/store/src/lib.rs
+++ b/store/src/lib.rs
@@ -47,6 +47,8 @@
//! # }
//! ```
+#![doc(html_favicon_url = "https://docs.sequoia-pgp.org/favicon.png")]
+#![doc(html_logo_url = "https://docs.sequoia-pgp.org/logo.svg")]
#![warn(missing_docs)]
use capnp;