summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-06 11:17:07 +0300
committerLars Wirzenius <liw@liw.fi>2021-04-06 11:17:07 +0300
commitf035108b0583ae02bbdf7a8713241c4d88e1e5bb (patch)
treee9b1c55516b432c538ba028082fc69a189c11ff3 /Cargo.toml
parent3b0e19ce80536aa98a86a60d8ea17da39f16057c (diff)
downloadchecksum-concurrency-f035108b0583ae02bbdf7a8713241c4d88e1e5bb.tar.gz
ref
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 31e161f..a118afb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,4 +7,5 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+rayon = "1.5.0"
sha2 = "0.9.3"