Dongjia "toka" Zhang c415b4d5f6
0.13.0 (#2253)
* 0.13

* z3

* capstone

* fixer

---------

Co-authored-by: Dominik Maier <domenukk@gmail.com>
2024-06-13 23:35:35 +02:00

25 lines
508 B
TOML

[package]
name = "baby_no_std"
version = "0.13.0"
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/" }
static-alloc = "0.2.3"
[target.'cfg(unix)'.dependencies]
libc = "0.2"