mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
10 lines
191 B
TOML
10 lines
191 B
TOML
#TODO make mimalloc work
|
|
[source]
|
|
git = "https://github.com/Wilfred/difftastic"
|
|
rev = "a67ad5b9afe31e577540f27280885652c792b103"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"mimalloc",
|
|
]
|