julihoh dcf107a30a
symcc_runtime dependency fix for next libafl version & bump to 0.6.0 (#268)
* symcc_runtime dependency fix for next libafl version

* bump to 0.6.0

Co-authored-by: Andrea Fioraldi <andreafioraldi@gmail.com>
2021-08-18 10:57:55 +02:00

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