Andrea Fioraldi ce63b76558
Update to v0.15.3 (#3259)
Co-authored-by: Dominik Maier <domenukk@gmail.com>
Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
2025-05-23 22:50:23 +02:00

28 lines
590 B
TOML

[package]
name = "baby_no_std"
version = "0.15.3"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",
]
edition = "2021"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
lto = true
codegen-units = 1
opt-level = 3
debug = true
[dependencies]
libafl = { default-features = false, path = "../../../libafl" }
libafl_bolts = { default-features = false, path = "../../../libafl_bolts" }
log = { version = "0.4.22", features = ["release_max_level_info"] }
static-alloc = "0.2.3"
[target.'cfg(unix)'.dependencies]
libc = "0.2.159"