diff options
author | Akshay <[email protected]> | 2022-02-19 15:14:59 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2022-02-19 15:14:59 +0000 |
commit | a80e252193096f22ae79fa03e66a0853ddae050e (patch) | |
tree | 710796b5feb58173e7c685b432f4654e8ad84e10 /bin/Cargo.toml | |
parent | 2aec51a44015e9d466cd4bde3951e4f7e31db0cc (diff) |
parallelize statix-check
Diffstat (limited to 'bin/Cargo.toml')
-rw-r--r-- | bin/Cargo.toml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/bin/Cargo.toml b/bin/Cargo.toml index bf39a3a..715e466 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml | |||
@@ -16,14 +16,15 @@ path = "src/main.rs" | |||
16 | 16 | ||
17 | [dependencies] | 17 | [dependencies] |
18 | ariadne = "0.1.3" | 18 | ariadne = "0.1.3" |
19 | rnix = "0.10.1" | ||
20 | clap = "3.0.0-beta.4" | 19 | clap = "3.0.0-beta.4" |
21 | ignore = "0.4.18" | 20 | ignore = "0.4.18" |
22 | thiserror = "1.0.30" | ||
23 | similar = "2.1.0" | ||
24 | vfs = { path = "../vfs" } | ||
25 | lib = { path = "../lib" } | 21 | lib = { path = "../lib" } |
22 | rayon = "1.5.1" | ||
23 | rnix = "0.10.1" | ||
24 | similar = "2.1.0" | ||
25 | thiserror = "1.0.30" | ||
26 | toml = "0.5.8" | 26 | toml = "0.5.8" |
27 | vfs = { path = "../vfs" } | ||
27 | 28 | ||
28 | [dependencies.serde] | 29 | [dependencies.serde] |
29 | version = "1.0.68" | 30 | version = "1.0.68" |