mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
28 lines
564 B
TOML
28 lines
564 B
TOML
[package]
|
|
name = "reth-ethereum-engine-primitives"
|
|
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-primitives.workspace = true
|
|
reth-engine-primitives.workspace = true
|
|
reth-rpc-types.workspace = true
|
|
reth-rpc-types-compat.workspace = true
|
|
revm-primitives.workspace = true
|
|
alloy-rlp.workspace = true
|
|
|
|
# misc
|
|
serde.workspace = true
|
|
sha2.workspace = true
|
|
|
|
[dev-dependencies]
|
|
serde_json.workspace = true
|