mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
21 lines
411 B
TOML
21 lines
411 B
TOML
[package]
|
|
name = "node-e2e-tests"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
|
|
[dependencies]
|
|
reth.workspace = true
|
|
reth-node-core.workspace = true
|
|
reth-primitives.workspace = true
|
|
reth-node-ethereum.workspace = true
|
|
futures-util.workspace = true
|
|
|
|
eyre.workspace = true
|
|
tokio.workspace = true
|
|
serde_json.workspace = true
|
|
rand.workspace = true
|
|
secp256k1.workspace = true
|