Dongjia "toka" Zhang d5db2c0e3f
LibAFL: Remove tui_monitor from default features (#2685)
* No Usermode default

* no tui

* gg

* try fix CI

* fmt

---------

Co-authored-by: Dominik Maier <dmnk@google.com>
2024-11-12 22:55:02 -03:00

18 lines
459 B
TOML

[package]
name = "nyx_libxml2_standalone"
version = "0.13.2"
edition = "2021"
default-run = "nyx_libxml2_standalone"
[dependencies]
libafl = { path = "../../../libafl", features = ["tui_monitor"] }
libafl_bolts = { path = "../../../libafl_bolts" }
libafl_cc = { path = "../../../libafl_cc" }
libafl_nyx = { path = "../../../libafl_nyx" }
log = { version = "0.4.22", features = ["release_max_level_info"] }
[profile.release]
codegen-units = 1
opt-level = 3