diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2025-06-23 07:54:32 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2025-06-23 07:54:32 +0000 |
| commit | 9ec408203a1a13d2b8e450f7601b994070f0c91d (patch) | |
| tree | b51dc940fa549c6cfd5b02f1e11c1af5f9488463 /Cargo.toml | |
| parent | be8ec280a056be688913c1a35c589ef406f72f50 (diff) | |
Add `Blake3Hasher`
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
