summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-03-28 10:40:50 +0100
committerCanop <cano.petrole@gmail.com>2020-03-28 10:40:50 +0100
commitdf9e4999b320be0458dbde11c60881014927f107 (patch)
tree079712a5ea898392eb1d45f45037fb9b61451037
parent9728f83af832d8e2fea6a46ff0aa029197ae8912 (diff)
make the cargo publish lighter by excluding website and released zipv0.13.5b
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 94973b2..28653ec 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"