Dongjia "toka" Zhang 95d87bd7d8
0.14.1 (#2698)
* 0.14.1

* fixer

* don't build nyx

---------

Co-authored-by: Dominik Maier <domenukk@gmail.com>
2024-12-02 21:06:29 +01:00

15 lines
380 B
TOML

[package]
name = "tinyinst_simple"
version = "0.14.1"
edition = "2021"
[dependencies]
libafl = { path = "../../../libafl", features = ["introspection"] }
libafl_bolts = { path = "../../../libafl_bolts" }
libafl_tinyinst = { path = "../../../libafl_tinyinst" }
log = { version = "0.4.22", features = ["release_max_level_info"] }
[profile.release]
codegen-units = 1
opt-level = 3