8 lines
127 B
TOML
8 lines
127 B
TOML
[build-system]
|
|
requires = ["maturin>1.0,<2.0"]
|
|
build-backend = "maturin"
|
|
|
|
|
|
[tool.maturin]
|
|
features = ["pyo3/extension-module"]
|