preparing for auth

This commit is contained in:
2024-09-22 23:09:45 +02:00
parent b933a6f8be
commit 7b86d14de5

View File

@@ -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"