aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMariot Tsitoara <[email protected]>2019-07-27 11:48:41 +0200
committerMariot Tsitoara <[email protected]>2019-07-27 11:48:41 +0200
commit7461bc8352b86b7985a318b3ce3c575c9e306c68 (patch)
treea331945b6d02adad2ad701476cbe3cbdbabc813b /Cargo.toml
parentMerge pull request #6 from Atul9/cargo-fmt (diff)
downloadchan-downloader-7461bc8352b86b7985a318b3ce3c575c9e306c68.tar.xz
chan-downloader-7461bc8352b86b7985a318b3ce3c575c9e306c68.zip
Add indicatif progress bar
Remove println logs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1572295..1e7d9ae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "chan-downloader"
description = "CLI to download all images/webms of a 4chan thread"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Mariot Tsitoara <[email protected]>"]
edition = "2018"
license = "MIT"
@@ -13,6 +13,8 @@ categories = ["command-line-utilities"]
[dependencies]
clap = {version = "2.32", features = ["yaml"]}
+indicatif = "0.11.0"
+lazy_static = "1.3.0"
regex = "1.1.2"
reqwest = "0.9.12"
tempdir = "0.3.7"