diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |