Dominik Maier e83dc792da
0.13.2 (for real this time) (#2448)
* 0.13.2 (for real this time)

* More 0.13.2

* Make sure this never bites us

* Update ahash
2024-07-26 13:41:05 +02:00

22 lines
329 B
TOML

[package]
name = "command_executor"
version = "0.13.2"
edition = "2021"
[features]
default = ["std"]
std = []
[profile.release]
lto = true
codegen-units = 1
opt-level = 3
debug = true
[build-dependencies]
cc = "*"
[dependencies]
libafl = { path = "../../../../libafl/" }
libafl_bolts = { path = "../../../../libafl_bolts/" }