Initial terrible commit
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"] }
|
Reference in New Issue
Block a user