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