summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-04-12 13:07:41 -0400
committerMatan Kushner <hello@matchai.me>2019-04-12 13:07:41 -0400
commit99bdf27ecac655b54b03d7389b1b24970a1ec9ec (patch)
treeacf2b6db45712d768d0247dc42126bc44a89a0d9 /Cargo.toml
parent7ffadd37bc3feaae3b636f64169176c041f6684a (diff)
Parallelize nodejs file checks
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 69dadcbf3..0e51981ba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,3 +9,4 @@ clap = "2.32.0"
ansi_term = "0.11.0"
dirs = "1.0.5"
git2 = "0.8.0"
+rayon = "1.0.3"