1 2 3 4 5 6 7 8 9 10 11 12
[dependencies.sha2] version = "0.10.8" [dependencies.structopt] version = "0.3.26" [package] description = "Generate checksum of a file with the SHA256 algorithm" edition = "2021" license-file = "LICENSE" name = "sha256sum" version = "0.1.0"