From cf4319d9772b115c6cf08261f0a4ac0ae1a203bb Mon Sep 17 00:00:00 2001 From: Roderick van Domburg Date: Wed, 20 Nov 2024 23:19:41 +0100 Subject: [PATCH] docs: disable docs.rs publication --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2584f9f..7238de7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,3 +83,8 @@ protoc-bin-vendored = "3" [profile.release] lto = true codegen-units = 1 + +[package.metadata.docs.rs] +# Disable documentation build on docs.rs +# Remove this section when ready to publish documentation +private = true