swactor/pyproject.toml
Zachery Aaron Shores-Chmielewski b5cfafb933 feat: python bindings
Python bindings allowing us to interact with the library in a python REPL
2026-02-06 19:44:44 +07:00

11 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"]