mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Signed-off-by: jsvisa <delweng@gmail.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
25 lines
600 B
TOML
25 lines
600 B
TOML
[package]
|
|
name = "custom-node"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
reth.workspace = true
|
|
reth-rpc-api.workspace = true
|
|
reth-rpc-types.workspace = true
|
|
reth-node-api.workspace = true
|
|
reth-node-core.workspace = true
|
|
reth-primitives.workspace = true
|
|
reth-payload-builder.workspace = true
|
|
|
|
alloy-chains.workspace = true
|
|
jsonrpsee.workspace = true
|
|
eyre.workspace = true
|
|
tokio.workspace = true
|
|
thiserror.workspace = true
|
|
serde.workspace = true
|