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 a124876..ca8315c 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -21,6 +21,7 @@ rand = "0.8.5" base64 = "0.21.5" chrono = { version = "0.4.31", features = ["serde"] } vte = "0.13.0" +chashmap = "2.2.2" argon2 = "0.5.2" aes-gcm-siv = "0.11.1" |