redox/recipes/wip/dev/allocscope/recipe.toml
2024-05-08 03:03:15 +00:00

15 lines
274 B
TOML

#TODO Not compiled or tested
[source]
git = "https://github.com/matt-kimball/allocscope"
[build]
template = "custom"
dependencies = [
"libiberty",
"ncurses",
"sqlite3",
"libunwind",
]
script = """
cookbook_cargo_packages allocscope-trace allocscope-view
"""