summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-06-23 07:54:32 +0000
committerSanto Cariotti <santo@dcariotti.me>2025-06-23 07:54:32 +0000
commit9ec408203a1a13d2b8e450f7601b994070f0c91d (patch)
treeb51dc940fa549c6cfd5b02f1e11c1af5f9488463 /Cargo.toml
parentbe8ec280a056be688913c1a35c589ef406f72f50 (diff)
Add `Blake3Hasher`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e360f3c..4802c64 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+blake3 = "1.8.2"
hex = { version = "0.4.3" }
sha2 = { version = "0.10.9" }
sha3 = "0.10.8"