feature: loglevel value parser (#8573)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
0xAtreides
2024-06-05 08:58:26 +01:00
committed by GitHub
parent 1e0d72459b
commit 7e60bc4dae
5 changed files with 161 additions and 10 deletions

View File

@ -15,7 +15,5 @@ reth-primitives.workspace = true
reth-fs-util.workspace = true
thiserror.workspace = true
clap = { workspace = true, features = ["derive"], optional = true }
[features]
clap = ["dep:clap"]