summaryrefslogtreecommitdiff
path: root/model/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'model/Cargo.toml')
-rw-r--r--model/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"