redox/recipes/wip/dev/other/difftastic/recipe.toml
2026-03-13 15:24:15 -03:00

10 lines
163 B
TOML

#TODO make mimalloc work
[source]
git = "https://github.com/Wilfred/difftastic"
shallow_clone = true
[build]
template = "cargo"
dependencies = [
"mimalloc",
]