mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-13 16:34:57 -05:00
22 lines
433 B
TOML
22 lines
433 B
TOML
[package]
|
|
name = "reth-cli-utils"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/paradigmxyz/reth"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
# Internal
|
|
reth-primitives = { path = "../../primitives" }
|
|
reth-db = {path = "../../storage/db", features = ["mdbx", "test-utils"] }
|
|
|
|
# Serialiation
|
|
serde_json = "1.0"
|
|
eyre = "0.6.8"
|
|
shellexpand = "2.1"
|
|
walkdir = "2.3"
|
|
|
|
# Tracing
|
|
tracing = "0.1"
|