aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f0cfe0dc1fb3430c941564184946676896cf2976 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "chan-downloader"
description = "CLI to download all images/webms of a 4chan thread"
version = "0.1.1"
authors = ["Mariot Tsitoara <[email protected]>"]
edition = "2018"
license = "MIT"
readme = "README.md"
homepage = "https://github.com/mariot/chan-downloader"
repository = "https://github.com/mariot/chan-downloader"
keywords = ["cli", "4chan", "download", "downloader", "crawler"]
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"