1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-05-30 08:36:47 +02:00

Implement archive metadata database

This commit is contained in:
TheGeneralist 2026-05-04 20:27:54 +02:00
parent cc380ec5ba
commit 1389847b94
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
4 changed files with 1437 additions and 27 deletions

View file

@ -9,5 +9,6 @@ chrono = "0.4.42"
clap = { version = "4.5.48", features = ["derive"] }
hex = "0.4.3"
regex = "1.12.2"
rusqlite = { version = "0.32.1", features = ["bundled"] }
sha3 = "0.10.8"
uuid = { version = "1.18.1", features = ["v4"] }