mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
docs: move ExEx book examples (#11616)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
This commit is contained in:
14
book/sources/exex/tracking-state/Cargo.toml
Normal file
14
book/sources/exex/tracking-state/Cargo.toml
Normal file
@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "tracking-state"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
reth = { git = "https://github.com/paradigmxyz/reth.git" }
|
||||
reth-exex = { git = "https://github.com/paradigmxyz/reth.git", features = ["serde"] }
|
||||
reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth.git"}
|
||||
reth-tracing = { git = "https://github.com/paradigmxyz/reth.git" }
|
||||
|
||||
eyre = "0.6" # Easy error handling
|
||||
futures-util = "0.3" # Stream utilities for consuming notifications
|
||||
alloy-primitives = "0.8.7"
|
||||
Reference in New Issue
Block a user