add license and package metadata

This commit is contained in:
2025-06-14 14:06:20 -04:00
parent 6c80346958
commit 8511e85511
2 changed files with 204 additions and 0 deletions

View File

@@ -2,5 +2,18 @@
name = "hashstream"
version = "0.1.0"
edition = "2024"
authors = ["David Senk"]
description = "A simple utility to hash stdin and return results on stdout"
readme = "README.md"
repository = "https://github.com/davidsenk/hashstream"
homepage = "https://github.com/davidsenk/hashstream"
license = "Apache-2.0"
license-file = "LICENSE.txt"
keywords = ["hash", "console", "cli", "stream"]
categories = ["command-line-utilities", "development-tools"]
[lints.rust]
unsafe_code = "forbid"
[dependencies]