summaryrefslogtreecommitdiffstats
path: root/net
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 /net
parent5c4faf806ba7b27cd0ff3db9b3fe435434b9ae18 (diff)
Add branding to all crates.
Diffstat (limited to 'net')
-rw-r--r--net/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/src/lib.rs b/net/src/lib.rs
index 450375cf..6055f5ad 100644
--- a/net/src/lib.rs
+++ b/net/src/lib.rs
@@ -24,6 +24,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 hyper::client::{ResponseFuture, HttpConnector};