mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
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:
parent
6b588b4d45
commit
2c1fce4b48
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue