diff options
Diffstat (limited to 'hittekaart-py/Cargo.toml')
-rw-r--r-- | hittekaart-py/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hittekaart-py/Cargo.toml b/hittekaart-py/Cargo.toml index 9a44118..7e69ef8 100644 --- a/hittekaart-py/Cargo.toml +++ b/hittekaart-py/Cargo.toml @@ -11,3 +11,4 @@ crate-type = ["cdylib"] [dependencies] pyo3 = "0.24.0" hittekaart = { path = "../hittekaart" } +rayon = "1.10.0" |