Skip to content

Commit

Permalink
Merge pull request #6390 from sylvestre/cksum-check
Browse files Browse the repository at this point in the history
cksum: implement check (Closes: #5705)
  • Loading branch information
BenWiederhake authored May 18, 2024
2 parents fc80c47 + 514d810 commit b718f95
Show file tree
Hide file tree
Showing 12 changed files with 852 additions and 113 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion src/uu/cksum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ path = "src/cksum.rs"

[dependencies]
clap = { workspace = true }
uucore = { workspace = true, features = ["encoding", "sum"] }
uucore = { workspace = true, features = ["checksum", "encoding", "sum"] }
hex = { workspace = true }
regex = { workspace = true }

[[bin]]
name = "cksum"
Expand Down
Loading

0 comments on commit b718f95

Please sign in to comment.