lighthouse/eth2/utils/ssz/fuzz/Cargo.toml

27 lines
480 B
TOML
Raw Normal View History

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"
2019-02-20 04:03:32 +00:00
[[bin]]
name = "fuzz_target_u16"
path = "fuzz_targets/fuzz_target_u16.rs"