diff options
| author | Micha White <botahamec@outlook.com> | 2023-12-28 10:26:06 -0500 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-12-28 10:26:06 -0500 |
| commit | 923aeb11d61b6e20ad33598ef7f44d0a6dfa6c15 (patch) | |
| tree | 03c2139625f32257b2ac3c246ae623e8fdfce16f /model/Cargo.toml | |
| parent | ef59ee8eb6562dfd724c1cb0bbd37aebc7d798ad (diff) | |
Changes made to support the eventual C API
Diffstat (limited to 'model/Cargo.toml')
| -rw-r--r-- | model/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
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" |
