You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
389 B
TOML

[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]
reqwest = { version = "0.10", features = ["blocking"]}
scraper = "0.12.0"
arraygen = "0.1.11"
url = "2.1.1"
anyhow = "1.0"
clap = "2.33.1"
#thiserror = "1.0"