view Cargo.toml @ 5:cc875ec12026

Add driver logic
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 22 Mar 2020 13:20:43 +0100
parents 5f9a2f190f6c
children e2526accc58f
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"
async-trait = "0.1"