12[package]3name = "nixlike-fuzz"4version = "0.0.0"5authors = ["Automatically generated"]6publish = false7edition = "2024"89[package.metadata]10cargo-fuzz = true1112[dependencies]13libfuzzer-sys = "0.4"14nixlike.path = ".."1516# Prevent this from interfering with workspaces17[workspace]18members = ["."]1920[[bin]]21name = "fuzz_target_1"22path = "fuzz_targets/fuzz_target_1.rs"23test = false24doc = falsedifftreelog
source
crates/nixlike/fuzz/Cargo.toml391 Bsourcehistory