summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2023-04-02 20:59:02 +0200
committerSylvestre Ledru <sylvestre@debian.org>2023-04-02 20:59:02 +0200
commit0a6f1758b913b8bd9a7190f1e0654ede054a1ac4 (patch)
treea48e5ddde791af3cae4fb6272b589fc74b13afe5
parent3247e1b5e1c05365a562ba0ff2852b4634260b71 (diff)
add missing feature
-rw-r--r--src/uu/hashsum/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uu/hashsum/Cargo.toml b/src/uu/hashsum/Cargo.toml
index a75141e93..638b3b60f 100644
--- a/src/uu/hashsum/Cargo.toml
+++ b/src/uu/hashsum/Cargo.toml
@@ -16,7 +16,7 @@ path = "src/hashsum.rs"
[dependencies]
clap = { workspace=true }
-uucore = { workspace=true }
+uucore = { workspace=true, features=["sum"] }
memchr = { workspace=true }
regex = { workspace=true }
hex = { workspace=true }