X-Git-Url: https://code.octet-stream.net/hashgood/blobdiff_plain/cfcab0977a3267bfc7f52a0d26224753a491bbcb..a3d2b56ef2a311799ec802d1bc2075641eb5334d:/Cargo.toml?ds=sidebyside diff --git a/Cargo.toml b/Cargo.toml index 026cf0a..a5fea35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "hashgood" -version = "0.2.0" -authors = ["Thomas Karpiniec "] +description = "Interactive CLI utility for verifying file checksums" +homepage = "https://github.com/thombles/hashgood" +repository = "https://github.com/thombles/hashgood" +version = "0.4.0" +authors = ["Thomas Karpiniec "] edition = "2021" +license = "Apache-2.0" +readme = "README.md" [dependencies] structopt = "0.3.26"