redox/recipes/wip/dev/other/allocscope/recipe.toml
2026-04-11 07:18:54 +07:00

17 lines
292 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",
"ncursesw",
"sqlite3",
"libunwind",
]