
Co-authored-by: Dominik Maier <domenukk@gmail.com> Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
14 lines
392 B
TOML
14 lines
392 B
TOML
[package]
|
|
name = "baby_fuzzer_listing_02"
|
|
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
|
|
|
|
[dependencies]
|
|
#libafl = { version = ".." }
|
|
libafl = { path = "../../../../libafl" }
|
|
#libafl_bolts = { version = ".." }
|
|
libafl_bolts = { path = "../../../../libafl_bolts" }
|