price_checker/Cargo.toml

13 lines
339 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"
url = "2.1.1"