aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMariot Tsitoara <[email protected]>2019-07-08 03:29:14 +0200
committerMariot Tsitoara <[email protected]>2019-07-08 03:36:31 +0200
commit146e2dea6ab524c4ffbbad84b8f93bbc1ffa1c1d (patch)
tree15e6788657b25f3a4058ab68f840755cd16023fe /Cargo.toml
parentinitial commit (diff)
downloadchan-downloader-146e2dea6ab524c4ffbbad84b8f93bbc1ffa1c1d.tar.xz
chan-downloader-146e2dea6ab524c4ffbbad84b8f93bbc1ffa1c1d.zip
Change package name to chan-downloader
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5453e6e..1572295 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]