pylyzer/pyproject.toml

11 lines
178 B
TOML

[build-system]
requires = ["maturin>=0.12"]
build-backend = "maturin"
[project]
name = "pylyzer"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
]