pyo3 variant working

This commit is contained in:
jan 2024-12-21 09:50:19 -08:00
commit ba07d253d2
6 changed files with 234 additions and 2 deletions

7
pyproject.toml Normal file
View file

@ -0,0 +1,7 @@
[build-system]
requires = ["maturin>1.0,<2.0"]
build-backend = "maturin"
[tool.maturin]
features = ["pyo3/extension-module"]