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

1
Cargo.lock generated
View file

@ -106,6 +106,7 @@ name = "archivr-core"
version = "0.1.0"
dependencies = [
"anyhow",
"base64",
"chrono",
"hex",
"regex",