price_checker/Cargo.toml

16 lines
389 B
TOML
Raw Normal View History

2020-05-11 18:32:43 +00:00
[package]
name = "price_checker"
version = "0.1.0"
authors = ["Rémi BERTHO <remi.bertho@dalan.fr>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-05-11 19:21:57 +00:00
reqwest = { version = "0.10", features = ["blocking"]}
scraper = "0.12.0"
2020-05-23 14:19:04 +00:00
arraygen = "0.1.11"
2020-05-24 08:30:41 +00:00
url = "2.1.1"
anyhow = "1.0"
2020-06-02 17:55:06 +00:00
clap = "2.33.1"
2020-05-24 08:30:41 +00:00
#thiserror = "1.0"