build(cargo): add `keywords` & `categories`

main
sgoudham 1 year ago
parent 63fb8ce138
commit a8e4397ba1
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -7,6 +7,8 @@ description = "A git sub-command to view your git repository on GitHub"
license = "MIT"
readme = "README.md"
repository = "https://github.com/sgoudham/git-view"
keywords = ["git", "github", "cli", "browser"]
categories = ["command-line-utilities"]
include = [ "/src", "/README.md", "/LICENSE" ]
[[bin]]

Loading…
Cancel
Save