aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYigit Sever2021-04-14 18:06:06 +0300
committerYigit Sever2021-04-14 19:12:49 +0300
commit7712bcd30ec6da938a12352bcec6bbd0bfcb0dcf (patch)
tree5ca6c48fae0f21c1254e6e900514feead091b391 /Cargo.toml
parent6bee6eb48c460ccdc638cdb0997946a56ed98c7d (diff)
downloadgradecoin-7712bcd30ec6da938a12352bcec6bbd0bfcb0dcf.tar.gz
gradecoin-7712bcd30ec6da938a12352bcec6bbd0bfcb0dcf.tar.bz2
gradecoin-7712bcd30ec6da938a12352bcec6bbd0bfcb0dcf.zip
[WIP] Rough authentication process done
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 3b6e71e..b5733b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,6 +23,8 @@ md-5 = "0.9.1"
23rsa = "0.4.0" 23rsa = "0.4.0"
24base64 = "0.13.0" 24base64 = "0.13.0"
25sha2 = "0.9.3" 25sha2 = "0.9.3"
26block-modes = "0.7.0"
27aes = "0.6.0"
26 28
27[dev-dependencies] 29[dev-dependencies]
28serde_test = "1.0.117" 30serde_test = "1.0.117"