redox/recipes/wip/dev/analysis/honggfuzz-rs/recipe.toml

12 lines
202 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/rust-fuzz/honggfuzz-rs"
shallow_clone = true
[build]
template = "cargo"
dependencies = [
"gnu-binutils",
"libunwind",
"xz",
]