diff --git a/crates/cli/commands/Cargo.toml b/crates/cli/commands/Cargo.toml index 3be973afb..58f6ed86c 100644 --- a/crates/cli/commands/Cargo.toml +++ b/crates/cli/commands/Cargo.toml @@ -38,7 +38,7 @@ reth-primitives.workspace = true reth-provider.workspace = true reth-prune.workspace = true reth-stages.workspace = true -reth-static-file-types.workspace = true +reth-static-file-types = { workspace = true, features = ["clap"] } reth-static-file.workspace = true reth-trie = { workspace = true, features = ["metrics"] } reth-trie-db = { workspace = true, features = ["metrics"] }