mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
23 lines
419 B
TOML
23 lines
419 B
TOML
[package]
|
|
name = "reth-cli-runner"
|
|
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-tasks.workspace = true
|
|
|
|
# async
|
|
futures.workspace = true
|
|
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "signal"] }
|
|
|
|
# misc
|
|
tracing.workspace = true
|