1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-21 18:55:36 +02:00

feat(singlefile): add SaveResult, favicon extraction, wait for networkidle2

This commit is contained in:
TheGeneralist 2026-06-24 19:16:21 +02:00
parent ad1c4f8ee5
commit ee697625fb
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
4 changed files with 107 additions and 4 deletions

View file

@ -28,3 +28,4 @@ tower = "0.5.1"
tower-http = { version = "0.6.2", features = ["fs", "trace"] }
uuid = { version = "1.18.1", features = ["v4"] }
reqwest = { version = "0.12", features = ["blocking"] }
base64 = "0.22"