start
This commit is contained in:
parent
8afdd208c6
commit
8e82ec9523
23 changed files with 3345 additions and 0 deletions
15
froxy-scraper/Cargo.toml
Normal file
15
froxy-scraper/Cargo.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "froxy-scrapper"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
constcat = "0.6.1"
|
||||
reqwest = "0.13.1"
|
||||
scraper = "0.25.0"
|
||||
secrecy = "0.10.3"
|
||||
smol_str = "0.3.5"
|
||||
url = "2.5.8"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1", features = ["rt", "macros"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue