summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a1501f1..060f95e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,3 +43,8 @@ mime_guess = "2.0.4"
bytes = "1.6.0"
anyhow = "1.0.82"
thiserror = "1.0.59"
+
+# Crypto for authentificating clients
+aes-gcm-siv = "0.11.1"
+argon2 = "0.6.0-pre.0"
+rand = "0.9.0-alpha.1"