
* symcc_runtime dependency fix for next libafl version * bump to 0.6.0 Co-authored-by: Andrea Fioraldi <andreafioraldi@gmail.com>
14 lines
488 B
TOML
14 lines
488 B
TOML
[package]
|
|
name = "libafl_sugar"
|
|
version = "0.6.0"
|
|
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
libafl = { path = "../libafl", version = "0.6.0" }
|
|
libafl_targets = { path = "../libafl_targets", version = "0.6.0" }
|
|
libafl_qemu = { path = "../libafl_qemu", version = "0.6.0" }
|
|
typed-builder = "0.9.0" # Implement the builder pattern at compiletime
|