filetreelist: exclude demo.gif from published crates (#2369)

This reduces download size for the crate from ~900 kB to ~10 kB.
This commit is contained in:
Fabio Valentini 2024-09-28 11:52:12 +02:00 committed by GitHub
parent 6b588b4d45
commit 2c1fce4b48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"