From adcc548f7cdc430e12cc4cac94c9b839957bd970 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 25 Jun 2024 19:05:28 +0200 Subject: [PATCH] cksum: Allow the indiv build --- src/uucore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uucore/Cargo.toml b/src/uucore/Cargo.toml index b9122735f..8110615d5 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -76,7 +76,7 @@ default = [] # * non-default features backup-control = [] colors = [] -checksum = ["thiserror", "regex", "sum"] +checksum = ["data-encoding", "thiserror", "regex", "sum"] encoding = ["data-encoding", "data-encoding-macro", "z85", "thiserror"] entries = ["libc"] fs = ["dunce", "libc", "winapi-util", "windows-sys"]