summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-05-09 23:51:50 -0400
committerGitHub <noreply@github.com>2019-05-09 23:51:50 -0400
commit8b5055d5106da402f9a132f0ed21571ef98b8ac2 (patch)
treed5d83454742235f44b183b932355189983ba074c /Cargo.lock
parentc6ee5c6ac16d360ab1a44d097c91fe9f98f20f85 (diff)
Parallelize prompt modules (#46)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f27c70f06..0fa8f511b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -689,6 +689,7 @@ dependencies = [
"criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
"tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",