diff options
| -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] |