[package] name = "tinyinst_simple" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libafl = { version = "0.8.1", path = "../../libafl", features = ["tui"] } libafl_tinyinst = { version = "0.8.1", path = "../../libafl_tinyinst" } [profile.release] codegen-units = 1 opt-level = 3