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"]