[package] name = "baby_fuzzer_listing_06" version = "0.15.3" authors = ["Your Name "] 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" }