mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
14 lines
299 B
TOML
14 lines
299 B
TOML
[package]
|
|
name = "example-network"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reth-network.workspace = true
|
|
reth-provider = { workspace = true, features = ["test-utils"] }
|
|
futures.workspace = true
|
|
tokio.workspace = true
|
|
eyre.workspace = true
|