From 9ec408203a1a13d2b8e450f7601b994070f0c91d Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 23 Jun 2025 09:54:32 +0200 Subject: Add `Blake3Hasher` --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-71-g8e6c