mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
cksum: Allow the indiv build
This commit is contained in:
parent
2e704b8572
commit
adcc548f7c
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ default = []
|
||||||
# * non-default features
|
# * non-default features
|
||||||
backup-control = []
|
backup-control = []
|
||||||
colors = []
|
colors = []
|
||||||
checksum = ["thiserror", "regex", "sum"]
|
checksum = ["data-encoding", "thiserror", "regex", "sum"]
|
||||||
encoding = ["data-encoding", "data-encoding-macro", "z85", "thiserror"]
|
encoding = ["data-encoding", "data-encoding-macro", "z85", "thiserror"]
|
||||||
entries = ["libc"]
|
entries = ["libc"]
|
||||||
fs = ["dunce", "libc", "winapi-util", "windows-sys"]
|
fs = ["dunce", "libc", "winapi-util", "windows-sys"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue