mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm clap as dep of reth-static-file (#7980)
This commit is contained in:
@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user