redox/recipes/wip/difftastic/recipe.toml
2023-12-20 17:17:09 +00:00

10 lines
191 B
TOML

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