
* 0.13 * z3 * capstone * fixer --------- Co-authored-by: Dominik Maier <domenukk@gmail.com>
16 lines
347 B
TOML
16 lines
347 B
TOML
[package]
|
|
name = "nyx_libxml2_parallel"
|
|
version = "0.13.0"
|
|
edition = "2021"
|
|
default-run = "nyx_libxml2_parallel"
|
|
|
|
[dependencies]
|
|
libafl = { path = "../../libafl" }
|
|
libafl_bolts = { path = "../../libafl_bolts/" }
|
|
libafl_cc = { path = "../../libafl_cc" }
|
|
libafl_nyx = { path = "../../libafl_nyx" }
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
opt-level = 3
|