mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-15 02:08:09 -05:00
Co-authored-by: sergey-melnychuk <sergey-melnychuk@users.noreply.github.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
17 lines
353 B
TOML
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
|