redox/recipes/wip/dev/cargo-tools/cargo-heaptrack/recipe.toml
2026-04-16 21:38:17 -03:00

11 lines
187 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/little-dude/cargo-heaptrack"
shallow_clone = true
[build]
template = "cargo"
[package]
dependencies = [
"heaptrack",
]