Files
reth/examples/full-contract-state/Cargo.toml
Sergey Melnychuk dd4b2869d3 docs(example): extract full contract state from db (#17601)
Co-authored-by: sergey-melnychuk <sergey-melnychuk@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-07-30 11:36:30 +00:00

17 lines
353 B
TOML

[package]
name = "example-full-contract-state"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
exclude.workspace = true
[dependencies]
reth-ethereum = { workspace = true, features = ["node"] }
eyre.workspace = true
[lints]
workspace = true