swactor/pyproject.toml

22 lines
354 B
TOML
Raw Normal View History

[build-system]
requires = ["maturin>=1.7,<2"]
build-backend = "maturin"
[project]
name = "swactor"
version = "0.1.0"
requires-python = ">=3.9"
2026-02-06 14:04:48 +00:00
[dependency-groups]
dev = ["jupyter", "ipykernel"]
[tool.maturin]
features = ["python"]
[tool.uv]
cache-keys = [
{ file = "pyproject.toml" },
{ file = "Cargo.toml" },
{ file = "src/**/*.rs" },
]