12[package]3name = "nixlike-fuzz"4version = "0.0.0"5authors = ["Automatically generated"]6publish = false7edition = "2021"89[package.metadata]10cargo-fuzz = true1112[dependencies]13libfuzzer-sys = "0.4"1415[dependencies.nixlike]16path = ".."1718# Prevent this from interfering with workspaces19[workspace]20members = ["."]2122[[bin]]23name = "fuzz_target_1"24path = "fuzz_targets/fuzz_target_1.rs"25test = false26doc = falsedifftreelog
source
crates/nixlike/fuzz/Cargo.toml407 Bsourcehistory