fixup cargo.toml
This commit is contained in:
parent
f994bc62bc
commit
14e8a81d17
@ -17,6 +17,7 @@ feed_graph = []
|
||||
|
||||
# choose exactly one scheduler
|
||||
sched_queue = []
|
||||
sched_mapmax = []
|
||||
sched_state = []
|
||||
sched_graph = []
|
||||
|
||||
@ -27,7 +28,7 @@ debug = true
|
||||
|
||||
[dependencies]
|
||||
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"] }
|
||||
serde = { version = "1.0", default-features = false, features = ["alloc"] } # serialization lib
|
||||
ron = "0.7" # write serialized data - including hashmaps
|
||||
|
Loading…
x
Reference in New Issue
Block a user