Dongjia "toka" Zhang 78060ea308
0.11.2 (#1735)
2023-12-18 14:33:14 +01:00

14 lines
304 B
TOML

[package]
name = "tinyinst_simple"
version = "0.11.2"
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