1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-22 03:05:32 +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

@ -14,6 +14,7 @@ serde_json.workspace = true
sha3.workspace = true
uuid.workspace = true
reqwest = { workspace = true }
base64.workspace = true
[dev-dependencies]
tempfile = "3"