mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
15 lines
278 B
TOML
15 lines
278 B
TOML
#TODO make all dependencies work
|
|
[source]
|
|
git = "https://github.com/matt-kimball/allocscope"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libiberty",
|
|
"ncurses",
|
|
"sqlite3",
|
|
"libunwind",
|
|
]
|
|
script = """
|
|
cookbook_cargo_packages allocscope-trace allocscope-view
|
|
"""
|