collect hashes and file types

This commit is contained in:
🪞👃🪞 2025-03-03 21:05:18 +02:00
parent 01bc1b7b47
commit 747abab922
5 changed files with 183 additions and 31 deletions

View file

@ -11,3 +11,7 @@ id3 = "1.16"
moku = "0.2"
file_type = "0.7"
pad = "0.1"
sha2 = "0.10"
hex = "0.4"
xxhash-rust = { version = "0.8.5", features = ["xxh3"] }
base64 = "0.22"