Add recipes

This commit is contained in:
Ribbon 2025-10-06 15:30:37 -03:00
parent 26b36a9705
commit 7eed897f82
2 changed files with 15 additions and 0 deletions

View File

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

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/ethowitz/cargo-subspace"
[build]
template = "cargo"