From 65bcc5ce455bdc298af3b9c4a30039afed047a4f Mon Sep 17 00:00:00 2001 From: alpaylan Date: Mon, 12 Apr 2021 22:15:17 +0300 Subject: implement user authentication using jwt --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7e12c2d..6701daf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,8 @@ serde_json = "1.0.59" lazy_static = "1.4.0" blake2 = "0.9.1" hex-literal = "0.3.1" +jsonwebtoken = "7.2.0" +md-5 = "0.9.1" [dev-dependencies] serde_test = "1.0.117" -- cgit v1.2.3-70-g09d2