add repo link to cargo.toml
This commit is contained in:
parent
c6e7c78723
commit
b6b4e5d4e2
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
name = "verify-cli"
|
name = "verify-cli"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
repository = "https://github.com/BuyMyMojo/verify-rs"
|
||||||
authors = ["BuyMyMojo <hello@buymymojo.net>"]
|
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"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue