Files
nanoreth/crates/ethereum/evm/Cargo.toml
Alexey Shekhirin 80809a4918 feat: implement EIP-6110 (#8507)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-05-30 16:02:53 +00:00

34 lines
692 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-evm.workspace = true
reth-primitives.workspace = true
reth-revm.workspace = true
reth-ethereum-consensus.workspace = true
# Ethereum
revm-primitives.workspace = true
# Alloy
alloy-consensus.workspace = true
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