aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorkhai96_ <hvksmr1996@gmail.com>2019-04-19 11:56:23 +0000
committerkhai96_ <hvksmr1996@gmail.com>2019-04-19 11:56:23 +0000
commit6a5c58ee79fc9b4714784ef136a377bc71e6d01d (patch)
treeb32c4e206c36b93d15fcf87a60a985d0ee2ab24d /Cargo.toml
parentMerge pull request #74 from KSXGitHub/pullrequest.editorconfig (diff)
downloadminiserve-6a5c58ee79fc9b4714784ef136a377bc71e6d01d.tar.gz
miniserve-6a5c58ee79fc9b4714784ef136a377bc71e6d01d.zip
Add support for hashed password (sha256)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7772233..7dc6052 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,6 +45,8 @@ failure = "0.1.5"
log = "0.4.6"
strum = "0.15.0"
strum_macros = "0.15.0"
+sha2 = "0.8.0"
+hex = "0.3.2"
[dev-dependencies]
assert_cmd = "0.11"