12 lines
204 B
TOML
12 lines
204 B
TOML
[build-system]
|
|
requires = ["maturin>=1.0,<2.0"]
|
|
build-backend = "maturin"
|
|
|
|
[project]
|
|
name = "myfsio_core"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.10"
|
|
|
|
[tool.maturin]
|
|
features = ["pyo3/extension-module"]
|