2
0
mirror of https://github.com/Y2Z/monolith synced 2024-11-15 06:12:52 +00:00

reduce amount of keywords to 5 (max)

This commit is contained in:
Sunshine 2020-12-25 22:28:19 -10:00
parent a5afda9c80
commit 2dd1c465e4
No known key found for this signature in database
GPG Key ID: B80CA68703CD8AB1

View File

@ -13,7 +13,7 @@ description = "CLI tool for saving web pages as a single HTML file"
homepage = "https://github.com/Y2Z/monolith"
repository = "https://github.com/Y2Z/monolith"
readme = "README.md"
keywords = ["web", "http", "https", "html", "download", "command-line", "tool", "data-url"]
keywords = ["web", "http", "html", "download", "command-line"]
categories = ["command-line-utilities", "web-programming"]
include = [
"src/*.rs",