aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"