mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 19:34:18 +08:00
15 lines
242 B
TOML
15 lines
242 B
TOML
#TODO compiled but not tested
|
|
[source]
|
|
git = "https://github.com/astral-sh/ruff"
|
|
rev = "93a16bd05fba249439848beb6fbcbf3e8a436f03"
|
|
shallow_clone = true
|
|
patches = [
|
|
"redox.patch"
|
|
]
|
|
|
|
[build]
|
|
template = "cargo"
|
|
cargopackages = [
|
|
"ruff"
|
|
]
|