diff options
author | Canop <cano.petrole@gmail.com> | 2020-03-28 10:40:50 +0100 |
---|---|---|
committer | Canop <cano.petrole@gmail.com> | 2020-03-28 10:40:50 +0100 |
commit | df9e4999b320be0458dbde11c60881014927f107 (patch) | |
tree | 079712a5ea898392eb1d45f45037fb9b61451037 | |
parent | 9728f83af832d8e2fea6a46ff0aa029197ae8912 (diff) |
make the cargo publish lighter by excluding website and released zipv0.13.5b
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ license = "MIT" categories = ["command-line-utilities"] readme = "README.md" build = "build.rs" +exclude = ["website", "broot*.zip"] [dependencies] clap = "2.33" |