add repo link to cargo.toml

This commit is contained in:
BuyMyMojo 2023-01-08 14:09:07 +11:00
parent c6e7c78723
commit b6b4e5d4e2

View file

@ -2,6 +2,7 @@
name = "verify-cli"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/BuyMyMojo/verify-rs"
authors = ["BuyMyMojo <hello@buymymojo.net>"]
description = "A cli tool for getting multiple hashes of a file for quick verification"
license = "MIT OR Apache-2.0"