From f1d3cf99a122c63e09f33ca30d6c09fd29d66a24 Mon Sep 17 00:00:00 2001 From: Mike White Date: Sat, 18 Sep 2021 12:25:15 -0400 Subject: Implement multithreading --- model/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'model/Cargo.toml') diff --git a/model/Cargo.toml b/model/Cargo.toml index f264a17..cdda386 100644 --- a/model/Cargo.toml +++ b/model/Cargo.toml @@ -8,6 +8,7 @@ edition = "2018" [dependencies] serde = { version = "1.0.126", optional = true, features = ["derive"] } +rayon = "1" [dev-dependencies] proptest = "1.0.0" -- cgit v1.2.3