From df9e4999b320be0458dbde11c60881014927f107 Mon Sep 17 00:00:00 2001 From: Canop Date: Sat, 28 Mar 2020 10:40:50 +0100 Subject: [PATCH] make the cargo publish lighter by excluding website and released zip --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 94973b2e..28653ecb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ license = "MIT" categories = ["command-line-utilities"] readme = "README.md" build = "build.rs" +exclude = ["website", "broot*.zip"] [dependencies] clap = "2.33"