diff options
author | Daniel Schadt <kingdread@gmx.de> | 2025-07-28 22:05:36 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2025-07-28 22:05:36 +0200 |
commit | c0c95e4bc5f50929499f0070ab79801ea9f52218 (patch) | |
tree | 97e02bd7fdd099ea68dafc001e72647917bc4374 /hittekaart-py/Cargo.toml | |
parent | d839b9b7950c949eaddb967495f533e99a8dcafb (diff) | |
download | hittekaart-c0c95e4bc5f50929499f0070ab79801ea9f52218.tar.gz hittekaart-c0c95e4bc5f50929499f0070ab79801ea9f52218.tar.bz2 hittekaart-c0c95e4bc5f50929499f0070ab79801ea9f52218.zip |
expose function to set thread count
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" |