swactor/pyproject.toml
Zachery Aaron Shores-Chmielewski ef8161fa46 feat: jupyter example
2026-02-06 21:03:15 +07:00

14 lines
234 B
TOML

[build-system]
requires = ["maturin>=1.7,<2"]
build-backend = "maturin"
[project]
name = "swactor"
version = "0.1.0"
requires-python = ">=3.9"
[dependency-groups]
dev = ["jupyter", "ipykernel"]
[tool.maturin]
features = ["python"]