From 6a5c58ee79fc9b4714784ef136a377bc71e6d01d Mon Sep 17 00:00:00 2001 From: khai96_ Date: Fri, 19 Apr 2019 18:56:23 +0700 Subject: Add support for hashed password (sha256) --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3