add blake3 hashing

This commit is contained in:
Aleksandr 2025-06-28 14:25:19 +03:00
parent 75a589f235
commit 0ceb55546b
7 changed files with 266 additions and 6 deletions

View file

@ -40,3 +40,4 @@ seq-macro = "0.3.6"
bytesize = { version = "2.0.1", features = ["serde"] }
bytes = { version = "1.10.1", features = ["serde"] }
url = { version = "2.5.4", features = ["serde"] }
blake3 = "1.8.2"