pyo3 variant working
This commit is contained in:
parent
ad1c2f1c35
commit
ba07d253d2
6 changed files with 234 additions and 2 deletions
7
pyproject.toml
Normal file
7
pyproject.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[build-system]
|
||||
requires = ["maturin>1.0,<2.0"]
|
||||
build-backend = "maturin"
|
||||
|
||||
|
||||
[tool.maturin]
|
||||
features = ["pyo3/extension-module"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue