mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 02:12:58 +03: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
@ -10,6 +10,7 @@ readme = "README.md"
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
categories = ["command-line-utilities"]
|
categories = ["command-line-utilities"]
|
||||||
keywords = ["gui", "cli", "terminal", "ui", "tui"]
|
keywords = ["gui", "cli", "terminal", "ui", "tui"]
|
||||||
|
exclude = ["/demo.gif"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user