Use regex feature in libafl_qemu (#1127)

This commit is contained in:
Andrea Fioraldi 2023-03-07 15:18:50 +01:00 committed by GitHub
parent 20c32316eb
commit 3ac439b345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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§
[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_qemu_sys = { path = "./libafl_qemu_sys", version = "0.9.0" }