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

17 lines
291 B
TOML

#TODO make all dependencies work
[source]
git = "https://github.com/matt-kimball/allocscope"
shallow_clone = true
[build]
template = "cargo"
cargopackages = [
"allocscope-trace",
"allocscope-view",
]
dependencies = [
"libiberty",
"ncurses",
"sqlite3",
"libunwind",
]