From 923aeb11d61b6e20ad33598ef7f44d0a6dfa6c15 Mon Sep 17 00:00:00 2001 From: Micha White Date: Thu, 28 Dec 2023 10:26:06 -0500 Subject: Changes made to support the eventual C API --- model/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'model/Cargo.toml') diff --git a/model/Cargo.toml b/model/Cargo.toml index 9f2402a..e732e99 100644 --- a/model/Cargo.toml +++ b/model/Cargo.toml @@ -9,7 +9,6 @@ publish = false [dependencies] serde = { version = "1", optional = true, features = ["derive"] } -rayon = "1" [dev-dependencies] proptest = "1" -- cgit v1.2.3