mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
10 lines
252 B
TOML
10 lines
252 B
TOML
#TODO missing script for "make", see https://github.com/google/honggfuzz#installation
|
|
[source]
|
|
git = "https://github.com/google/honggfuzz"
|
|
rev = "83a8415a372d84dcc69ac1e2c2f152190bcf76d1"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libunwind",
|
|
]
|