From 61db7184e498cca9684f4c8985dbd94e481b0b81 Mon Sep 17 00:00:00 2001 From: CjS77 Date: Thu, 9 Dec 2021 14:44:02 +0000 Subject: [PATCH] Update cargo.toml --- Cargo.toml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c5a1a64..c242de2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,15 @@ [package] name = "tor-hash-passwd" -version = "1.0.0" +description = "Tor control port password encryption and decryption" +authors = ["The Tari Development Community"] +repository = "https://github.com/tari-project/tor-hash-password" +categories = ["cryptography", "encoding"] +homepage = "https://tari.com" +readme = "README.md" +license = "BSD-3-Clause" +version = "1.0.1" edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] rand = "0.8.4" sha1 = "=0.6.0"