add author and license

This commit is contained in:
BuyMyMojo 2023-01-08 14:04:37 +11:00
parent 7325123be9
commit a1f684e24e

View file

@ -2,7 +2,9 @@
name = "verify" name = "verify"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["BuyMyMojo <hello@buymymojo.net>"]
description = "A cli tool for getting multiple hashes of a file for quick verification" description = "A cli tool for getting multiple hashes of a file for quick verification"
license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html