pyo3/examples/sequential/.template/pyproject.toml

8 lines
125 B
TOML
Raw Normal View History

2023-10-12 14:44:05 +00:00
[build-system]
requires = ["maturin>=1,<2"]
build-backend = "maturin"
[project]
name = "{{project-name}}"
version = "0.1.0"