aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-04-26 14:27:03 +0000
committerGitHub <noreply@github.com>2019-04-26 14:27:03 +0000
commiteddeefc3ae3a655cf57e3e259464cee464b6f96e (patch)
treeebb46cbcdde44f87e0d02791bb8e3b20baf8ec37 /Cargo.toml
parentUse rstest test fixtures to cut down on code duplication in integration tests (diff)
parentUse 'if let' (diff)
downloadminiserve-eddeefc3ae3a655cf57e3e259464cee464b6f96e.tar.gz
miniserve-eddeefc3ae3a655cf57e3e259464cee464b6f96e.zip
Merge pull request #76 from KSXGitHub/pullrequest.hashed-password
Add support for hashed password (sha256 and sha512)
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 cef92a6..d7b621f 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"