[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "ruffly-all"
version = "0.1.1"
description = "A small tool generating a migration path to ruff from anywhere."
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"ruff>=0.15.0",
]
[tool.maturin]
bindings = "bin"