1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 05:57:46 +00:00

cksum: implement check & strict

This commit is contained in:
Sylvestre Ledru 2024-05-09 10:10:47 +02:00
parent 5f0b48e649
commit 81500ae3b8
4 changed files with 326 additions and 27 deletions

1
Cargo.lock generated
View file

@ -2494,6 +2494,7 @@ version = "0.0.26"
dependencies = [
"clap",
"hex",
"regex",
"uucore",
]