
* 0.13.2 (for real this time) * More 0.13.2 * Make sure this never bites us * Update ahash
22 lines
329 B
TOML
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/" }
|