feat: add csrf scraping

This commit is contained in:
2025-07-02 17:29:22 +02:00
parent 591b30104c
commit f2902f6175
6 changed files with 860 additions and 220 deletions
+2
View File
@@ -12,6 +12,8 @@ ctrlc = "3"
dashmap = "6"
httparse = "1"
parking_lot = { version = "0", features = ["arc_lock", "serde"] }
paste = "1"
scraper = "0"
serde = { version = "1", features = ["derive"] }
shlex = "1"
thiserror = "2"