view Cargo.toml @ 1:5f9a2f190f6c

cargo: New dependencies
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 20 Mar 2020 23:00:48 +0100
parents 44ae9c7bb872
children cc875ec12026
line wrap: on
line source

[package]
name = "scrapeprice"
version = "0.1.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
scraper = "0.11"
hyper = "0.13"
tokio = {version = "0.2", features = ["rt-threaded", "net", "macros"] }
hyper-rustls = "0.20"
http = "0.2"
robots_txt = "0.6"
log = "0.4"
env_logger = "0.7"