This commit is contained in:
Maieul BOYER 2026-02-06 23:24:21 +01:00
parent 8afdd208c6
commit 8e82ec9523
Signed by: maix
SSH key fingerprint: SHA256:iqCzqFFF5KjRixmDExqbAltCIj9ndlBWIGJf3t9Ln9g
23 changed files with 3345 additions and 0 deletions

15
froxy-scraper/Cargo.toml Normal file
View 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"] }