mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
36 lines
763 B
TOML
36 lines
763 B
TOML
[package]
|
|
name = "reth-evm-ethereum"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
# Reth
|
|
reth-chainspec.workspace = true
|
|
reth-evm.workspace = true
|
|
reth-primitives.workspace = true
|
|
reth-revm.workspace = true
|
|
reth-ethereum-consensus.workspace = true
|
|
reth-prune-types.workspace = true
|
|
reth-execution-types.workspace = true
|
|
|
|
# Ethereum
|
|
revm-primitives.workspace = true
|
|
|
|
# Alloy
|
|
alloy-eips.workspace = true
|
|
alloy-sol-types.workspace = true
|
|
|
|
[dev-dependencies]
|
|
reth-testing-utils.workspace = true
|
|
reth-revm = { workspace = true, features = ["test-utils"] }
|
|
secp256k1.workspace = true
|
|
serde_json.workspace = true
|
|
|