From 1b4bfc283fd6867c8159eb39ba679d45d086305d Mon Sep 17 00:00:00 2001 From: Mariot Tsitoara Date: Mon, 22 Aug 2022 08:04:46 +0000 Subject: remove 6th keyword --- .gitignore | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cd23ebe..49dbc7f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target/ Cargo.lock **/*.rs.bk +.idea/ \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index bbd4df0..1786868 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" readme = "README.md" homepage = "https://github.com/mariot/chan-downloader" repository = "https://github.com/mariot/chan-downloader" -keywords = ["cli", "4chan", "4plebs", "download", "downloader", "crawler"] +keywords = ["cli", "4chan", "4plebs", "download", "crawler"] categories = ["command-line-utilities"] [lib] -- cgit v1.2.3