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:
parent
1634026e5b
commit
ed68a53c0b
5 changed files with 163 additions and 8 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -110,6 +110,7 @@ dependencies = [
|
|||
"hex",
|
||||
"regex",
|
||||
"rusqlite",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha3",
|
||||
"uuid",
|
||||
|
|
@ -126,6 +127,7 @@ dependencies = [
|
|||
"tempfile",
|
||||
"tokio",
|
||||
"toml",
|
||||
"tower",
|
||||
"tower-http",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue