From 28dcaace514e58981227fa5d744f930e4f77a424 Mon Sep 17 00:00:00 2001 From: palerdot Date: Thu, 1 Feb 2024 11:03:07 +0530 Subject: [PATCH] [manifest] exclude media files --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 92a20d6..406a1d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,11 @@ homepage = "https://github.com/palerdot/wordl-rs" readme = "README.md" keywords = ["wordle", "terminal", "games", "command line"] categories = ["command-line-utilities", "games"] +exclude = [ + "logo.png", + "wordl.gif", + "wordl.png", +] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html