[package] name = "hash-file" version = "0.0.4" edition = "2021" authors = ["Gael Marcadet "] license = "MIT" description = "A tool to apply sha256 hash function on files." readme = "README.md" homepage = "https://gitlab.com/gamarcad/hash-file" repository = "https://gitlab.com/gamarcad/hash-file" keywords = ["cli", "hash"] categories = ["command-line-utilities"] [[bin]] name = "hash-file" [dependencies] sha256 = "1.1.1"