13 lines
No EOL
339 B
TOML
13 lines
No EOL
339 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" |