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

14 lines
304 B
TOML

[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