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

feat(collections): collection CRUD + entry-visibility routes

This commit is contained in:
TheGeneralist 2026-06-26 17:00:19 +02:00
parent 02cab149fa
commit 24c5321f6e
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
3 changed files with 257 additions and 6 deletions

View file

@ -18,6 +18,7 @@ axum-extra.workspace = true
chrono.workspace = true
base64.workspace = true
serde_json.workspace = true
rusqlite.workspace = true
[dev-dependencies]
tempfile.workspace = true