mirror of
https://github.com/uutils/diffutils.git
synced 2026-06-10 15:48:59 -07:00
28 lines
412 B
TOML
28 lines
412 B
TOML
|
|
[package]
|
|
name = "unified-diff-fuzz"
|
|
version = "0.0.0"
|
|
authors = ["Automatically generated"]
|
|
publish = false
|
|
edition = "2018"
|
|
|
|
[package.metadata]
|
|
cargo-fuzz = true
|
|
|
|
[dependencies]
|
|
libfuzzer-sys = "0.3"
|
|
|
|
[dependencies.unified-diff]
|
|
path = ".."
|
|
|
|
# Prevent this from interfering with workspaces
|
|
[workspace]
|
|
members = ["."]
|
|
|
|
[[bin]]
|
|
name = "fuzz_patch"
|
|
path = "fuzz_targets/fuzz_patch.rs"
|
|
test = false
|
|
doc = false
|
|
|