aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariot Tsitoara <[email protected]>2022-08-22 08:04:46 +0000
committerGitHub <[email protected]>2022-08-22 08:04:46 +0000
commit1b4bfc283fd6867c8159eb39ba679d45d086305d (patch)
tree4f7bd867cd032b0537a7d1774611c0e786c416da
parentMerge pull request #16 from lmburns/4plebs (diff)
downloadchan-downloader-1b4bfc283fd6867c8159eb39ba679d45d086305d.tar.xz
chan-downloader-1b4bfc283fd6867c8159eb39ba679d45d086305d.zip
remove 6th keyword
-rw-r--r--.gitignore1
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 1 deletions
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]