aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authoralpaylan2021-04-12 22:15:17 +0300
committeralpaylan2021-04-12 22:15:17 +0300
commit65bcc5ce455bdc298af3b9c4a30039afed047a4f (patch)
tree63fb58ba3762501ae872d518266cf9f7cc834976 /Cargo.toml
parentdf484d87424674b88ccfa9392cfa9a75cc4abe48 (diff)
downloadgradecoin-65bcc5ce455bdc298af3b9c4a30039afed047a4f.tar.gz
gradecoin-65bcc5ce455bdc298af3b9c4a30039afed047a4f.tar.bz2
gradecoin-65bcc5ce455bdc298af3b9c4a30039afed047a4f.zip
implement user authentication using jwt
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 7e12c2d..6701daf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,8 @@ serde_json = "1.0.59"
18lazy_static = "1.4.0" 18lazy_static = "1.4.0"
19blake2 = "0.9.1" 19blake2 = "0.9.1"
20hex-literal = "0.3.1" 20hex-literal = "0.3.1"
21jsonwebtoken = "7.2.0"
22md-5 = "0.9.1"
21 23
22[dev-dependencies] 24[dev-dependencies]
23serde_test = "1.0.117" 25serde_test = "1.0.117"