
* update clap, remove unused deps * update grammartek * update pyo3 * update pyo3 * undid clap update * not changing nyx * updated deps * Update more deps, fixes * not needed clippy * fix windows * try to enable deprecated pyproto for pyo3 * unused * moving some things to clap4 after all * initial move to clap 4 * fix clap * more clap4, removed accidental file * fixes, fmt * fix * all fix no play * fix
22 lines
443 B
TOML
22 lines
443 B
TOML
[package]
|
|
name = "forkserver_simple"
|
|
version = "0.8.2"
|
|
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]
|
|
libafl = { path = "../../libafl/" }
|
|
clap = { version = "3.2", features = ["default"] }
|
|
nix = "0.25"
|