Files
diffutils/lib/normal-diff/fuzz/Cargo.toml
T
2024-01-22 22:32:11 +01:00

17 lines
241 B
TOML

[package]
name = "normal-diff-fuzz"
version = "0.0.0"
publish = false
edition = "2021"
[package.metadata]
cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.3"
# Prevent this from interfering with workspaces
[workspace]
members = ["."]