From bf097c9fad99371f3c7f8cc5c461f042a8312851 Mon Sep 17 00:00:00 2001 From: Dominik Wilkowski Date: Thu, 2 May 2024 18:51:56 +1000 Subject: [PATCH] =?UTF-8?q?ignored=20the=20loop=20gif=20as=20it=E2=80=99s?= =?UTF-8?q?=20too=20large=20for=20cargo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c629320..2eeeec5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/dominikwilkowski/coup-cli" documentation = "https://docs.rs/coup-cli/" keywords = ["game", "cli", "coup", "cards", "cardgame"] categories = ["command-line-interface", "game-engines", "game-development", "games", "visualization"] -include = ["/assets", "/src", "!.DS_Store", "LICENSE"] +include = ["/assets", "!/assets/loop.gif", "/src", "!.DS_Store", "LICENSE"] [dependencies] cfonts = "1.1.4"