diff options
| author | Mariot Tsitoara <[email protected]> | 2022-08-22 08:04:46 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-22 08:04:46 +0000 |
| commit | 1b4bfc283fd6867c8159eb39ba679d45d086305d (patch) | |
| tree | 4f7bd867cd032b0537a7d1774611c0e786c416da | |
| parent | Merge pull request #16 from lmburns/4plebs (diff) | |
| download | chan-downloader-1b4bfc283fd6867c8159eb39ba679d45d086305d.tar.xz chan-downloader-1b4bfc283fd6867c8159eb39ba679d45d086305d.zip | |
remove 6th keyword
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ /target/ Cargo.lock **/*.rs.bk +.idea/
\ No newline at end of file @@ -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] |