added maturin as a dev dependency

This commit is contained in:
John Lancaster
2025-09-13 13:30:57 -05:00
parent 6afe931245
commit 74f937f6d3
2 changed files with 36 additions and 0 deletions

View File

@@ -24,3 +24,8 @@ pyo3-server = "pyo3_server:main"
[build-system]
requires = ["maturin>=1,<2"]
build-backend = "maturin"
[dependency-groups]
dev = [
"maturin>=1,<2",
]