grin/pool/fuzz/Cargo.toml

29 lines
578 B
TOML
Raw Normal View History

[package]
name = "grin_pool_fuzz"
version = "0.0.0"
authors = ["Automatically generated"]
publish = false
edition = "2018"
[package.metadata]
cargo-fuzz = true
[dependencies]
chrono = "0.4.11"
libfuzzer-sys = "0.3"
grin_chain = { path = "../../chain" }
grin_core = { path = "../../core" }
grin_keychain = { path = "../../keychain" }
grin_pool = { path = ".." }
grin_util = { path = "../../util" }
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "transaction_pool"
path = "fuzz_targets/transaction_pool.rs"
test = false
doc = false