From 2dd1c465e4b6810273baf00cbfac8202ba752506 Mon Sep 17 00:00:00 2001 From: Sunshine Date: Fri, 25 Dec 2020 22:28:19 -1000 Subject: [PATCH] reduce amount of keywords to 5 (max) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f7eb547..ee438c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",