From 85fdd6032f45f12f5c5fc68354f085e4d1301f78 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 20 Jan 2021 08:10:41 +0100 Subject: Add branding to all crates. --- ffi/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ffi') diff --git a/ffi/src/lib.rs b/ffi/src/lib.rs index 745ca6c8..66d65033 100644 --- a/ffi/src/lib.rs +++ b/ffi/src/lib.rs @@ -105,6 +105,8 @@ //! pgp_cert_free (cert); //! ``` +#![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 sequoia_ffi_macros; -- cgit v1.2.3