2020-08-17 21:05:25 +03:00
|
|
|
[package]
|
|
|
|
name = "grin_pool_fuzz"
|
|
|
|
version = "0.0.0"
|
|
|
|
authors = ["Automatically generated"]
|
|
|
|
publish = false
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
chrono = "0.4.11"
|
2022-07-14 13:08:13 +03:00
|
|
|
libfuzzer-sys = "0.4.0"
|
2020-08-17 21:05:25 +03:00
|
|
|
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
|