diff options
| author | Mariot Tsitoara <[email protected]> | 2021-01-02 17:16:15 +0100 |
|---|---|---|
| committer | Mariot Tsitoara <[email protected]> | 2021-01-02 17:16:15 +0100 |
| commit | 1b74d00ce9a143ed68bc723128fc21f572a4889f (patch) | |
| tree | f8f6c0090c93005e7cc5685fef2185ded47191f4 /Cargo.toml | |
| parent | Fix error result in let call (diff) | |
| download | chan-downloader-1b74d00ce9a143ed68bc723128fc21f572a4889f.tar.xz chan-downloader-1b74d00ce9a143ed68bc723128fc21f572a4889f.zip | |
Add log actions to lin and bin
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"] } |