aboutsummaryrefslogtreecommitdiff
path: root/hittekaart-py/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2025-08-25 21:54:13 +0200
committerDaniel Schadt <kingdread@gmx.de>2025-08-25 21:54:13 +0200
commit888c23d0b9c50ff457be2cb300afe634f1d6fa59 (patch)
tree9ef388ad197a89b48a02a6e5a88529d15e68036b /hittekaart-py/Cargo.toml
parent6adcd94a6747fe7ec6f1ad1073453636847a0bff (diff)
parente888344ba561bc6a52f96f7a7bc2ad24be287a82 (diff)
downloadhittekaart-888c23d0b9c50ff457be2cb300afe634f1d6fa59.tar.gz
hittekaart-888c23d0b9c50ff457be2cb300afe634f1d6fa59.tar.bz2
hittekaart-888c23d0b9c50ff457be2cb300afe634f1d6fa59.zip
Merge branch 'py'
Diffstat (limited to 'hittekaart-py/Cargo.toml')
-rw-r--r--hittekaart-py/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/hittekaart-py/Cargo.toml b/hittekaart-py/Cargo.toml
new file mode 100644
index 0000000..7e69ef8
--- /dev/null
+++ b/hittekaart-py/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "hittekaart-py"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[lib]
+name = "hittekaart_py"
+crate-type = ["cdylib"]
+
+[dependencies]
+pyo3 = "0.24.0"
+hittekaart = { path = "../hittekaart" }
+rayon = "1.10.0"