From 7b86d14de5fe3a48bf73096875e109bfdf06077a Mon Sep 17 00:00:00 2001 From: AINDUSTRIES Date: Sun, 22 Sep 2024 23:09:45 +0200 Subject: [PATCH] preparing for auth --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1b9757e..e0d427f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,7 @@ futures = "0.3.30" chrono = { version = "0.4.38", features = ["alloc"]} futures-util = "0.3.30" h2 = "0.4.6" +argon2 = "0.5.3" [target.'cfg(unix)'.dependencies] daemonize = "0.5.0" \ No newline at end of file