summaryrefslogtreecommitdiff
path: root/ai/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ai/Cargo.toml')
-rw-r--r--ai/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ai/Cargo.toml b/ai/Cargo.toml
index 64f7dcc..59a4b82 100644
--- a/ai/Cargo.toml
+++ b/ai/Cargo.toml
@@ -8,6 +8,8 @@ edition = "2018"
[dependencies]
model = {path = "../model"}
+rayon = "1"
+parking_lot = "0.11"
[dev-dependencies]
criterion = "0.3" \ No newline at end of file