1b3e94a20d
From release 0.1.0 pre-patched archive. This includes all Red Bear modifications previously maintained as patches in local/patches/relibc/.
20 lines
299 B
TOML
20 lines
299 B
TOML
[package]
|
|
name = "dlmalloc-fuzz"
|
|
version = "0.0.1"
|
|
publish = false
|
|
edition.workspace = true
|
|
|
|
[package.metadata]
|
|
cargo-fuzz = true
|
|
|
|
[dependencies]
|
|
arbitrary = "1.3.2"
|
|
dlmalloc = { path = '..' }
|
|
libfuzzer-sys = "0.4.7"
|
|
|
|
[[bin]]
|
|
name = "alloc"
|
|
path = "fuzz_targets/alloc.rs"
|
|
test = false
|
|
bench = false
|