diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |