Fix merge failure (#2508)
This commit is contained in:
parent
203d3d340a
commit
49b0d7557a
@ -1,64 +0,0 @@
|
|||||||
[package]
|
|
||||||
name = "libfuzzer_libpng_launcher_centralized_multi_machine"
|
|
||||||
version = "0.12.0"
|
|
||||||
authors = [
|
|
||||||
"Romain Malmain <romain.malmain@pm.me>",
|
|
||||||
"Andrea Fioraldi <andreafioraldi@gmail.com>",
|
|
||||||
"Dominik Maier <domenukk@gmail.com>",
|
|
||||||
]
|
|
||||||
edition = "2021"
|
|
||||||
|
|
||||||
[features]
|
|
||||||
default = ["std"]
|
|
||||||
std = []
|
|
||||||
|
|
||||||
[profile.release]
|
|
||||||
lto = true
|
|
||||||
codegen-units = 1
|
|
||||||
opt-level = 3
|
|
||||||
debug = true
|
|
||||||
|
|
||||||
[build-dependencies]
|
|
||||||
cc = { version = "1.0", features = ["parallel"] }
|
|
||||||
which = "6.0"
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
# no llmp compression for now, better perfs.
|
|
||||||
libafl = { path = "../../libafl", default-features = false, features = [
|
|
||||||
"std",
|
|
||||||
"derive",
|
|
||||||
"llmp_small_maps",
|
|
||||||
"llmp_broker_timeouts",
|
|
||||||
"rand_trait",
|
|
||||||
"fork",
|
|
||||||
"prelude",
|
|
||||||
"gzip",
|
|
||||||
"regex",
|
|
||||||
"serdeany_autoreg",
|
|
||||||
"tui_monitor",
|
|
||||||
"std",
|
|
||||||
"derive",
|
|
||||||
"rand_trait",
|
|
||||||
"fork",
|
|
||||||
"prelude",
|
|
||||||
"gzip",
|
|
||||||
"regex",
|
|
||||||
"scalability_introspection",
|
|
||||||
"multi_machine",
|
|
||||||
"errors_backtrace",
|
|
||||||
"dump_state",
|
|
||||||
] }
|
|
||||||
libafl_bolts = { path = "../../libafl_bolts", features = ["xxh3"] }
|
|
||||||
libafl_targets = { path = "../../libafl_targets", features = [
|
|
||||||
"sancov_pcguard_hitcounts",
|
|
||||||
"libfuzzer",
|
|
||||||
] }
|
|
||||||
# TODO Include it only when building cc
|
|
||||||
libafl_cc = { path = "../../libafl_cc" }
|
|
||||||
clap = { version = "4.0", features = ["derive"] }
|
|
||||||
mimalloc = { version = "*", default-features = false }
|
|
||||||
env_logger = "0.11"
|
|
||||||
|
|
||||||
[lib]
|
|
||||||
name = "libfuzzer_libpng"
|
|
||||||
crate-type = ["staticlib"]
|
|
Loading…
x
Reference in New Issue
Block a user