Add serdeany_autoreg to libafl_frida (#1417)

This commit is contained in:
Dominik Maier 2023-08-13 10:07:33 +02:00 committed by GitHub
parent 9650e06b45
commit b02592c5c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,9 @@ edition = "2021"
categories = ["development-tools::testing", "emulators", "embedded", "os", "no-std"]
[features]
default = []
default = ["serdeany_autoreg"]
cmplog = []
serdeany_autoreg = ["libafl_bolts/serdeany_autoreg"]
[build-dependencies]
cc = { version = "1.0", features = ["parallel"] }