view Cargo.toml @ 22:0e7b6f3050d0 default tip

Use new traits system in example
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 22 Sep 2020 19:32:51 +0200
parents e2526accc58f
children
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"
rex-regex = "0.1"