summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-06 11:05:56 +0300
committerLars Wirzenius <liw@liw.fi>2021-04-06 11:05:56 +0300
commit3b0e19ce80536aa98a86a60d8ea17da39f16057c (patch)
treee921f028cc30ac1f2e3b142b356eb5649ea68f17 /Cargo.toml
parent8d968f547c171af8a15f670b4c7b517ef54d27d9 (diff)
downloadchecksum-concurrency-3b0e19ce80536aa98a86a60d8ea17da39f16057c.tar.gz
compute checksums linearly
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 b6c6e6c..31e161f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+sha2 = "0.9.3"