summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-23 23:34:51 +0200
committertroido <troido@protonmail.com>2020-04-23 23:34:51 +0200
commit71744e0d16a23acde3e743c94838dbae9af057a9 (patch)
tree30844ae01ee5d2745ce7c2f87161c7b509992b73 /Cargo.toml
parentd577a3f874a3fc2cb71708f400482ca817abc33e (diff)
hash the password server-side too
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 36937a3..fdd99da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,3 +18,5 @@ serde = { version = "1.0", features = ["derive"] }
ctrlc = { version = "3.1", features = ["termination"] }
structopt = "0.3"
unicode_categories = "0.1.1"
+base64 = "0.12.0"
+sha2 = "0.8.1"