
Co-authored-by: Dominik Maier <domenukk@gmail.com> Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
17 lines
420 B
TOML
17 lines
420 B
TOML
[package]
|
|
name = "baby_fuzzer_listing_06"
|
|
version = "0.15.3"
|
|
authors = ["Your Name <you@example.com>"]
|
|
edition = "2024"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[features]
|
|
test-panic = []
|
|
|
|
[dependencies]
|
|
#libafl = { version = ".." }
|
|
libafl = { path = "../../../../libafl" }
|
|
#libafl_bolts = { version = ".." }
|
|
libafl_bolts = { path = "../../../../libafl_bolts" }
|