mp4parse_capi/fuzz/Cargo.toml (21 lines of code) (raw):

[package] name = "mp4parse_capi-fuzz" version = "0.0.0" authors = ["Automatically generated"] publish = false edition = "2018" [package.metadata] cargo-fuzz = true [dependencies] libfuzzer-sys = "=0.4.0" [dependencies.mp4parse_capi] path = ".." # Prevent this from interfering with workspaces [workspace] members = ["."] [[bin]] name = "mp4" path = "fuzz_targets/mp4.rs" [[bin]] name = "avif" path = "fuzz_targets/avif.rs"