From 2c1fce4b48e6f2937e41c524ebbe09eeb0edbd86 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 28 Sep 2024 11:52:12 +0200 Subject: [PATCH] filetreelist: exclude demo.gif from published crates (#2369) 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 1457580e..697148ae 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"