
* 0.13 * z3 * capstone * fixer --------- Co-authored-by: Dominik Maier <domenukk@gmail.com>
24 lines
578 B
TOML
24 lines
578 B
TOML
[package]
|
|
name = "forkserver_simple"
|
|
version = "0.13.0"
|
|
authors = ["tokatoka <tokazerkje@outlook.com>"]
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
lto = true
|
|
codegen-units = 1
|
|
opt-level = 3
|
|
|
|
[dependencies]
|
|
env_logger = "0.11"
|
|
libafl = { path = "../../libafl/", features = ["std", "derive"] }
|
|
libafl_bolts = { path = "../../libafl_bolts/" }
|
|
clap = { version = "4.0", features = ["derive"] }
|
|
nix = { version = "0.29", features = ["signal"] }
|