Skip to content

Commit 3379993

Browse files
decathorpeicorbrey
authored andcommitted
filetreelist: exclude demo.gif from published crates (#2369)
This reduces download size for the crate from ~900 kB to ~10 kB.
1 parent 47ed1c3 commit 3379993

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: filetreelist/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ readme = "README.md"
1010
license = "MIT"
1111
categories = ["command-line-utilities"]
1212
keywords = ["gui", "cli", "terminal", "ui", "tui"]
13+
exclude = ["/demo.gif"]
1314

1415
[dependencies]
1516
thiserror = "1.0"

0 commit comments

Comments
 (0)