aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMariot Tsitoara <[email protected]>2021-01-02 17:16:15 +0100
committerMariot Tsitoara <[email protected]>2021-01-02 17:16:15 +0100
commit1b74d00ce9a143ed68bc723128fc21f572a4889f (patch)
treef8f6c0090c93005e7cc5685fef2185ded47191f4 /Cargo.toml
parentFix error result in let call (diff)
downloadchan-downloader-1b74d00ce9a143ed68bc723128fc21f572a4889f.tar.xz
chan-downloader-1b74d00ce9a143ed68bc723128fc21f572a4889f.zip
Add log actions to lin and bin
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d0c9ea7..49106e9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,9 @@ path = "src/bin.rs"
[dependencies]
clap = {version = "2.33.3", features = ["yaml"]}
+env_logger = "0.8.2"
indicatif = "0.15.0"
lazy_static = "1.4.0"
+log = "0.4.11"
regex = "1.4.2"
reqwest = { version = "0.10", features = ["blocking"] }