2019-02-20 03:16:07 +00:00
|
|
|
|
|
|
|
[package]
|
|
|
|
name = "ssz-fuzz"
|
|
|
|
version = "0.0.1"
|
|
|
|
authors = ["Automatically generated"]
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
[package.metadata]
|
|
|
|
cargo-fuzz = true
|
|
|
|
|
|
|
|
[dependencies.ssz]
|
|
|
|
path = ".."
|
|
|
|
[dependencies.libfuzzer-sys]
|
|
|
|
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
|
|
|
|
|
|
|
|
# Prevent this from interfering with workspaces
|
|
|
|
[workspace]
|
|
|
|
members = ["."]
|
|
|
|
|
|
|
|
[[bin]]
|
2019-02-20 03:46:25 +00:00
|
|
|
name = "fuzz_target_u8"
|
|
|
|
path = "fuzz_targets/fuzz_target_u8.rs"
|