diff options
| author | Mike White <botahamec@outlook.com> | 2021-09-18 12:25:15 -0400 |
|---|---|---|
| committer | Mike White <botahamec@outlook.com> | 2021-09-18 12:25:15 -0400 |
| commit | f1d3cf99a122c63e09f33ca30d6c09fd29d66a24 (patch) | |
| tree | c8371c1a8ecd3851b00081bb9ae0cd6d81c4b313 /ai/Cargo.toml | |
| parent | 022ad804720a9cede6e8e463ad4bf82db3588f84 (diff) | |
Implement multithreading
Diffstat (limited to 'ai/Cargo.toml')
| -rw-r--r-- | ai/Cargo.toml | 2 |
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 |
