From a1f684e24eec237588f708fd02276827752f6fbc Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Sun, 8 Jan 2023 14:04:37 +1100 Subject: [PATCH] add author and license --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e85818a..8a6492e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,9 @@ name = "verify" version = "0.1.0" edition = "2021" +authors = ["BuyMyMojo "] 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