mirror of
https://github.com/uutils/diffutils.git
synced 2026-06-10 15:48:59 -07:00
17 lines
241 B
TOML
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 = ["."]
|