chore: rm clap as dep of reth-static-file (#7980)

This commit is contained in:
Oliver Nordbjerg
2024-04-30 10:55:50 +02:00
committed by GitHub
parent 9fc75c6247
commit d281699c2a
3 changed files with 4 additions and 5 deletions

View File

@ -25,7 +25,6 @@ tokio-stream.workspace = true
# misc
tracing.workspace = true
clap = { workspace = true, features = ["derive"], optional = true }
rayon.workspace = true
parking_lot = { workspace = true, features = ["send_guard", "arc_lock"] }
@ -37,4 +36,3 @@ assert_matches.workspace = true
tempfile.workspace = true
[features]
clap = ["dep:clap"]