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