Exclude files from cargo package (#1283)

This commit is contained in:
Casey Rodarmor 2022-08-01 19:42:38 -07:00 committed by GitHub
parent 051f4389f3
commit 05e66b3ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ edition = "2018"
autotests = false
categories = ["command-line-utilities", "development-tools"]
keywords = ["command-line", "task", "runner", "development", "utility"]
exclude = ["/book", "/icon.png", "/screenshot.png", "/www"]
[workspace]
members = [".", "bin/ref-type", "bin/generate-book"]