mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 02:58:42 +08:00
10 lines
219 B
TOML
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
|
|
"""
|