chore: re-add confy (#989)

This commit is contained in:
Bjerg
2023-01-23 16:54:57 +01:00
committed by GitHub
parent 800c4e0e7b
commit c5440cc775
2 changed files with 7 additions and 1 deletions

1
Cargo.lock generated
View File

@@ -4564,6 +4564,7 @@ dependencies = [
name = "reth-staged-sync"
version = "0.1.0"
dependencies = [
"confy",
"eyre",
"reth-db",
"reth-discv4",

View File

@@ -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"