Merge pull request #232 from snshn/fix-cargo-toml
Reduce amount of keywords to 5 (max)
This commit is contained in:
commit
4c2c55d166
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ description = "CLI tool for saving web pages as a single HTML file"
|
||||||
homepage = "https://github.com/Y2Z/monolith"
|
homepage = "https://github.com/Y2Z/monolith"
|
||||||
repository = "https://github.com/Y2Z/monolith"
|
repository = "https://github.com/Y2Z/monolith"
|
||||||
readme = "README.md"
|
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"]
|
categories = ["command-line-utilities", "web-programming"]
|
||||||
include = [
|
include = [
|
||||||
"src/*.rs",
|
"src/*.rs",
|
||||||
|
|
Loading…
Reference in a new issue