aboutsummaryrefslogtreecommitdiff
path: root/vfs/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-02-19 15:14:59 +0000
committerAkshay <[email protected]>2022-02-19 15:14:59 +0000
commita80e252193096f22ae79fa03e66a0853ddae050e (patch)
tree710796b5feb58173e7c685b432f4654e8ad84e10 /vfs/Cargo.toml
parent2aec51a44015e9d466cd4bde3951e4f7e31db0cc (diff)
parallelize statix-check
Diffstat (limited to 'vfs/Cargo.toml')
-rw-r--r--vfs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vfs/Cargo.toml b/vfs/Cargo.toml
index 7a5dc6b..d1d654c 100644
--- a/vfs/Cargo.toml
+++ b/vfs/Cargo.toml
@@ -6,4 +6,4 @@ license = "MIT"
6 6
7[dependencies] 7[dependencies]
8indexmap = "1.6.2" 8indexmap = "1.6.2"
9 9rayon = "1.5.1"