mirror of
https://github.com/Skallwar/suckit.git
synced 2026-09-10 07:16:19 -04:00
The Response type is used to encapsulate data needed in order to parse (if necesary) and save a downloaded document inside the scraper
18 lines
398 B
TOML
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"
|