mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com> Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
31 lines
605 B
TOML
31 lines
605 B
TOML
[package]
|
|
name = "reth-evm"
|
|
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-execution-errors.workspace = true
|
|
reth-primitives.workspace = true
|
|
revm-primitives.workspace = true
|
|
reth-storage-errors.workspace = true
|
|
|
|
revm.workspace = true
|
|
|
|
auto_impl.workspace = true
|
|
futures-util.workspace = true
|
|
parking_lot = { workspace = true, optional = true }
|
|
|
|
[dev-dependencies]
|
|
parking_lot.workspace = true
|
|
|
|
[features]
|
|
test-utils = ["dep:parking_lot"]
|