From f1d3cf99a122c63e09f33ca30d6c09fd29d66a24 Mon Sep 17 00:00:00 2001 From: Mike White Date: Sat, 18 Sep 2021 12:25:15 -0400 Subject: Implement multithreading --- ai/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ai/Cargo.toml') 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 -- cgit v1.2.3