Skip to content

Commit

Permalink
Update cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
CjS77 committed Dec 9, 2021
1 parent 2087aa9 commit 61db718
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 61db718

Please sign in to comment.