Dongjia "toka" Zhang 6f21cb3848
Bump to 0.10.1 (#1280)
* bmp

* remove DEBUG env var
2023-05-22 12:42:36 +02:00

13 lines
256 B
TOML

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