mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
11 lines
181 B
TOML
11 lines
181 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/rust-fuzz/honggfuzz-rs"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"gnu-binutils",
|
|
"libunwind",
|
|
"xz",
|
|
]
|