lighthouse/eth2/utils/ssz/fuzz/Cargo.toml
2019-02-20 14:46:25 +11:00

23 lines
405 B
TOML

[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]]
name = "fuzz_target_u8"
path = "fuzz_targets/fuzz_target_u8.rs"