From f80b4d83dc748249d348b86622bde0adb5db9008 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 24 Sep 2024 13:58:45 +0200 Subject: [PATCH] filetreelist: exclude demo.gif from published crates This reduces download size for the crate from ~900 kB to ~10 kB. --- filetreelist/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/filetreelist/Cargo.toml b/filetreelist/Cargo.toml index 1457580e61..697148ae21 100644 --- a/filetreelist/Cargo.toml +++ b/filetreelist/Cargo.toml @@ -10,6 +10,7 @@ readme = "README.md" license = "MIT" categories = ["command-line-utilities"] keywords = ["gui", "cli", "terminal", "ui", "tui"] +exclude = ["/demo.gif"] [dependencies] thiserror = "1.0"