From 05e66b3ac277961f98acbfda151a4cc102c5d77a Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Mon, 1 Aug 2022 19:42:38 -0700 Subject: [PATCH] Exclude files from cargo package (#1283) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 6533d84..3b3624b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]