fixup cargo.toml

This commit is contained in:
Alwin Berger 2022-05-27 00:36:25 +02:00
parent f994bc62bc
commit 14e8a81d17

View File

@ -17,6 +17,7 @@ feed_graph = []
# choose exactly one scheduler # choose exactly one scheduler
sched_queue = [] sched_queue = []
sched_mapmax = []
sched_state = [] sched_state = []
sched_graph = [] sched_graph = []
@ -27,7 +28,7 @@ debug = true
[dependencies] [dependencies]
libafl = { path = "../../libafl/" } libafl = { path = "../../libafl/" }
libafl_qemu = { path = "../../libafl_qemu/", features = ["systemmode", "arm"] } libafl_qemu = { path = "../../libafl_qemu/", features = ["systemmode", "arm", "jmp_as_edge"] }
clap = { version = "3.0.0-beta.2", features = ["default"] } clap = { version = "3.0.0-beta.2", features = ["default"] }
serde = { version = "1.0", default-features = false, features = ["alloc"] } # serialization lib serde = { version = "1.0", default-features = false, features = ["alloc"] } # serialization lib
ron = "0.7" # write serialized data - including hashmaps ron = "0.7" # write serialized data - including hashmaps