diff options
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 6118240..6648b80 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -22,6 +22,7 @@ base64 = "0.21.2" chrono = { version = "0.4.26", features = ["serde"] } argon2 = "0.5.1" +sha2 = "0.10.7" aes-gcm-siv = "0.11.1" async-std = "1.12.0" |