Skip to content

Commit

Permalink
Removed clap derive as a feature
Browse files Browse the repository at this point in the history
  • Loading branch information
PsychedelicShayna committed Sep 14, 2024
1 parent a48ac94 commit b992193
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.
54 changes: 0 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ categories = ["command-line-utilities", "filesystem"]
keywords = ["jwalk", "diff", "file", "search", "hash" ]

[dependencies]
clap = { version = "4.5.17", features = ["derive"] }
clap = { version = "4.5.17" }
crossbeam-channel = "0.5.13"
jwalk = "0.8.1"
md5 = "0.7.0"
Expand Down

0 comments on commit b992193

Please sign in to comment.