Use regex feature in libafl_qemu (#1127)
This commit is contained in:
parent
20c32316eb
commit
3ac439b345
@ -33,7 +33,7 @@ slirp = [ "systemmode", "libafl_qemu_sys/slirp" ] # build qemu with host libslir
|
|||||||
clippy = [] # special feature for clippy, don't use in normal projects§
|
clippy = [] # special feature for clippy, don't use in normal projects§
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libafl = { path = "../libafl", version = "0.9.0", default-features = false, features = ["std", "derive", "llmp_compression"] }
|
libafl = { path = "../libafl", version = "0.9.0", default-features = false, features = ["std", "derive", "regex"] }
|
||||||
libafl_targets = { path = "../libafl_targets", version = "0.9.0" }
|
libafl_targets = { path = "../libafl_targets", version = "0.9.0" }
|
||||||
libafl_qemu_sys = { path = "./libafl_qemu_sys", version = "0.9.0" }
|
libafl_qemu_sys = { path = "./libafl_qemu_sys", version = "0.9.0" }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user