skallwar.suckit/Cargo.toml
Esteban Blanc c730a93513 downloader: Create a Response type
The Response type is used to encapsulate data needed in order to parse
(if necesary) and save a downloaded document inside the scraper
2020-04-27 23:46:00 +02:00

18 lines
398 B
TOML

[package]
name = "suckit"
version = "0.1.0"
authors = ["Skallwar <estblcsk@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structopt = "0.3"
crossbeam = "0.7"
reqwest = { version = "0.10", features = ["blocking"] }
pretty_assertions = "0.6"
kuchiki = "0.8"
colored = "1.9"
chrono = "0.4"
bytes = "0.5"