other: exclude some files in Cargo.toml (#759)

Excludes unnecessary files from being included in `Cargo.toml`. This mostly consists of files like mkdocs and asset files for the README.
This commit is contained in:
Clement Tsang 2022-06-28 20:39:43 -04:00 committed by GitHub
parent 9116f5277f
commit 2a183c642b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -12,6 +12,16 @@ documentation = "https://clementtsang.github.io/bottom/stable"
readme = "README.md"
default-run = "btm"
build = "build.rs"
exclude = [
".all-contributorsrc",
".github/",
".markdownlint.json",
"assets/",
"codecov.yml",
"deployment/",
"docs/",
"sample_configs/"
]
[[bin]]
name = "btm"