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

feat(singlefile): add single-file-cli downloader module

This commit is contained in:
TheGeneralist 2026-06-24 18:38:57 +02:00
parent b7ab12898e
commit fd06632073
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
4 changed files with 145 additions and 0 deletions

View file

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