mirror of
https://github.com/mtshiba/pylyzer.git
synced 2025-08-04 22:38:02 +00:00
10 lines
178 B
TOML
10 lines
178 B
TOML
[build-system]
|
|
requires = ["maturin>=0.12"]
|
|
build-backend = "maturin"
|
|
|
|
[project]
|
|
name = "pylyzer"
|
|
requires-python = ">=3.7"
|
|
classifiers = [
|
|
"Programming Language :: Rust",
|
|
]
|