From 030fe037ca1bc4ccb452b7b4cd34c87d6b22518c Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Thu, 16 Jun 2022 09:13:04 +0800 Subject: [PATCH] build: Exclude docs from publish Signed-off-by: Xuanwo --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 21c2a865c99a..5398d10f21a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ license = "Apache-2.0" name = "opendal" repository = "https://github.com/datafuselabs/opendal" version = "0.9.0" +exclude = ["docs/"] [package.metadata.docs.rs] all-features = true