add license and package metadata
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user