Initial terrible commit

This commit is contained in:
2024-04-15 15:11:47 -04:00
commit 382185f623
7 changed files with 2277 additions and 0 deletions

13
Cargo.toml Normal file
View File

@ -0,0 +1,13 @@
[package]
name = "ebay_compute_scraper"
version = "0.1.0"
edition = "2021"
[dependencies]
scraper = "0.19.0"
log = "0.4.21"
anyhow = { version = "1.0.82", features = ["backtrace", "std"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
regex = "1.10.4"
reqwest = { version = "0.12.3", features = ["blocking"] }