[package] name = "baby_fuzzer_listing_05" version = "0.14.1" authors = ["Your Name "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libafl = { path = "path/to/libafl/" } [profile.dev] panic = "abort" [profile.release] panic = "abort" lto = true codegen-units = 1 opt-level = 3 debug = true [features] panic = []