1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-22 03:05:32 +02:00

feat: expose archive server APIs

This commit is contained in:
TheGeneralist 2026-06-01 22:49:10 +02:00
parent 1634026e5b
commit ed68a53c0b
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
5 changed files with 163 additions and 8 deletions

2
Cargo.lock generated
View file

@ -110,6 +110,7 @@ dependencies = [
"hex",
"regex",
"rusqlite",
"serde",
"serde_json",
"sha3",
"uuid",
@ -126,6 +127,7 @@ dependencies = [
"tempfile",
"tokio",
"toml",
"tower",
"tower-http",
]