example simulation transportless (#5025)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Supernovahs.eth
2023-10-17 19:03:31 +05:30
committed by GitHub
parent ede8278916
commit 1483175e2f
11 changed files with 208 additions and 5 deletions

12
Cargo.lock generated
View File

@ -7989,6 +7989,18 @@ version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "trace-transaction-cli"
version = "0.0.0"
dependencies = [
"clap",
"eyre",
"futures-util",
"jsonrpsee",
"reth",
"tokio",
]
[[package]]
name = "tracing"
version = "0.1.39"