Skip to content

Commit

Permalink
filetreelist: exclude demo.gif from published crates (#2369)
Browse files Browse the repository at this point in the history
This reduces download size for the crate from ~900 kB to ~10 kB.
  • Loading branch information
decathorpe authored Sep 28, 2024
1 parent 6b588b4 commit 2c1fce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filetreelist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2c1fce4

Please sign in to comment.