mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
cksum: enable encoding feature
This commit is contained in:
parent
6f95d058a2
commit
2b4cfcc8b8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ path = "src/cksum.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { workspace = true }
|
clap = { workspace = true }
|
||||||
uucore = { workspace = true, features = ["sum"] }
|
uucore = { workspace = true, features = ["encoding", "sum"] }
|
||||||
hex = { workspace = true }
|
hex = { workspace = true }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue