mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 09:08:05 -05:00
chore: re-add confy (#989)
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -4564,6 +4564,7 @@ dependencies = [
|
||||
name = "reth-staged-sync"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"confy",
|
||||
"eyre",
|
||||
"reth-db",
|
||||
"reth-discv4",
|
||||
|
||||
@@ -7,7 +7,11 @@ repository = "https://github.com/paradigmxyz/reth"
|
||||
readme = "README.md"
|
||||
description = "Puts together all the Reth stages in a unified abstraction"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[package.metadata.cargo-udeps.ignore]
|
||||
normal = [
|
||||
# Used for config loading
|
||||
"confy"
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
# reth
|
||||
@@ -21,6 +25,7 @@ reth-net-nat = { path = "../../crates/net/nat" }
|
||||
# io
|
||||
serde = "1.0"
|
||||
serde_json = "1.0.91"
|
||||
confy = "0.5"
|
||||
|
||||
# misc
|
||||
walkdir = "2.3.2"
|
||||
|
||||
Reference in New Issue
Block a user