12 lines
182 B
TOML
12 lines
182 B
TOML
|
|
[build-system]
|
||
|
|
requires = ["maturin>=1.7,<2"]
|
||
|
|
build-backend = "maturin"
|
||
|
|
|
||
|
|
[project]
|
||
|
|
name = "swactor"
|
||
|
|
version = "0.1.0"
|
||
|
|
requires-python = ">=3.9"
|
||
|
|
|
||
|
|
[tool.maturin]
|
||
|
|
features = ["python"]
|