diff options
| author | Mariot Tsitoara <[email protected]> | 2019-07-08 03:29:14 +0200 |
|---|---|---|
| committer | Mariot Tsitoara <[email protected]> | 2019-07-08 03:36:31 +0200 |
| commit | 146e2dea6ab524c4ffbbad84b8f93bbc1ffa1c1d (patch) | |
| tree | 15e6788657b25f3a4058ab68f840755cd16023fe /Cargo.toml | |
| parent | initial commit (diff) | |
| download | chan-downloader-146e2dea6ab524c4ffbbad84b8f93bbc1ffa1c1d.tar.xz chan-downloader-146e2dea6ab524c4ffbbad84b8f93bbc1ffa1c1d.zip | |
Change package name to chan-downloader
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ [package] -name = "4chan-downloader" +name = "chan-downloader" description = "CLI to download all images/webms of a 4chan thread" version = "0.1.0" authors = ["Mariot Tsitoara <[email protected]>"] edition = "2018" license = "MIT" readme = "README.md" -homepage = "https://github.com/mariot/4chan-downloader" -repository = "https://github.com/mariot/4chan-downloader" +homepage = "https://github.com/mariot/chan-downloader" +repository = "https://github.com/mariot/chan-downloader" keywords = ["cli", "4chan", "download", "downloader", "crawler"] categories = ["command-line-utilities"] |