mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
Merge pull request #6095 from cakebaker/cksum_enable_encoding_feature
cksum: enable encoding feature
This commit is contained in:
commit
597a29be46
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ path = "src/cksum.rs"
|
|||
|
||||
[dependencies]
|
||||
clap = { workspace = true }
|
||||
uucore = { workspace = true, features = ["sum"] }
|
||||
uucore = { workspace = true, features = ["encoding", "sum"] }
|
||||
hex = { workspace = true }
|
||||
|
||||
[[bin]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue