cksum: Allow the indiv build

This commit is contained in:
Sylvestre Ledru 2024-06-25 19:05:28 +02:00
parent 2e704b8572
commit adcc548f7c

View file

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