mirror of
https://github.com/thegeneralist01/archivr
synced 2026-05-30 08:36:47 +02:00
Use serde for archive metadata JSON
This commit is contained in:
parent
a79e7d7dba
commit
c3c1b3d1e4
3 changed files with 67 additions and 14 deletions
|
|
@ -10,5 +10,6 @@ clap = { version = "4.5.48", features = ["derive"] }
|
|||
hex = "0.4.3"
|
||||
regex = "1.12.2"
|
||||
rusqlite = { version = "0.32.1", features = ["bundled"] }
|
||||
serde_json = "1.0.132"
|
||||
sha3 = "0.10.8"
|
||||
uuid = { version = "1.18.1", features = ["v4"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue