redox/recipes/wip/ruff/recipe.toml
2023-12-19 01:50:14 +00:00

10 lines
219 B
TOML

#TODO nonsense rustc version requirement
[source]
git = "https://github.com/charliermarsh/ruff"
rev = "c014622003e9b348310d7b7be862f6ccffae7137"
[build]
template = "custom"
script = """
cookbook_cargo_packages ruff
"""