grin/pool/fuzz/Cargo.toml

26 lines
542 B
TOML
Raw Permalink Normal View History

[package]
name = "grin_pool_fuzz"
version = "0.0.0"
authors = ["Automatically generated"]
publish = false
edition = "2018"
[dependencies]
chrono = "0.4.11"
libfuzzer-sys = "0.4.0"
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