]> code.octet-stream.net Git - hashgood/commitdiff
Expand Cargo.toml to prepare for publishing
authorThomas Karpiniec <tom.karpiniec@outlook.com>
Tue, 12 Mar 2024 19:22:58 +0000 (06:22 +1100)
committerThomas Karpiniec <tom.karpiniec@outlook.com>
Tue, 12 Mar 2024 19:22:58 +0000 (06:22 +1100)
Cargo.lock
Cargo.toml
README.md

index f08910ee4c5019dc64f9f07d31f01f52781a0d95..9276d65ba11805173d6721f835d1ec0769e09e6a 100644 (file)
@@ -179,7 +179,7 @@ dependencies = [
 
 [[package]]
 name = "hashgood"
-version = "0.3.0"
+version = "0.4.0"
 dependencies = [
  "copypasta",
  "crossbeam-channel",
index 51a9c63728db58e1d0f657bb746012ed653c85e5..a5fea3593a5f9d7b61df1ba3b0d27293dc7288ce 100644 (file)
@@ -1,8 +1,13 @@
 [package]
 name = "hashgood"
+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 <tk@1.21jiggawatts.net>"]
+authors = ["Thomas Karpiniec <tom.karpiniec@outlook.com>"]
 edition = "2021"
+license = "Apache-2.0"
+readme = "README.md"
 
 [dependencies]
 structopt = "0.3.26"
index cc4e359e6e06d992f0bfd5f245ad988667f52bd5..1ef94466d5f7eb49eb223aff945479580061091a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,6 +19,12 @@ This program arose from dissatisfaction with the [workarounds required for tradi
 
 ## Installing
 
+If you have a working Rust toolchain you can install `hashgood` from crates.io:
+
+```
+cargo install hashgood
+```
+
 Pre-compiled binaries for common platforms can be downloaded [from the releases page](https://github.com/thombles/hashgood/releases). Otherwise you can build it yourself; see the next section.
 
 ## Compiling