mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
Add recipes
This commit is contained in:
parent
26b36a9705
commit
7eed897f82
10
recipes/wip/dev/analysis/honggfuzz-rs/recipe.toml
Normal file
10
recipes/wip/dev/analysis/honggfuzz-rs/recipe.toml
Normal 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",
|
||||
]
|
||||
5
recipes/wip/dev/cargo-tools/cargo-subspace/recipe.toml
Normal file
5
recipes/wip/dev/cargo-tools/cargo-subspace/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ethowitz/cargo-subspace"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user