summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-10-02 13:09:45 +0300
committerLars Wirzenius <liw@liw.fi>2018-10-02 13:09:45 +0300
commite1148bfa643f2eb63a5e35df9ce95c5469a2a160 (patch)
tree1b485477e857bdfb9c5b63f807fafd8a84f64d44 /Cargo.toml
parent8481c6d0c0ba49743a6a7cba0ec0e731f430aed1 (diff)
downloadsummainrs-e1148bfa643f2eb63a5e35df9ce95c5469a2a160.tar.gz
Change: use the rayon crate for concurrency
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 dd1dac4..ba80db9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,3 +11,4 @@ hex = "0.3.2"
walkdir = "2.2.5"
serde = "1.0"
serde_yaml = "0.8"
+rayon = "1.0.2"