Files
nanoreth/examples/custom-evm/Cargo.toml
2024-04-08 18:10:10 +00:00

18 lines
360 B
TOML

[package]
name = "custom-evm"
version = "0.0.0"
publish = false
edition.workspace = true
license.workspace = true
[dependencies]
reth.workspace = true
reth-node-api.workspace = true
reth-node-core.workspace = true
reth-primitives.workspace = true
reth-node-ethereum.workspace = true
reth-tracing.workspace = true
eyre.workspace = true
tokio.workspace = true