mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
17 lines
292 B
TOML
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",
|
|
]
|