This commit is contained in:
2024-09-24 22:19:55 +02:00
parent 70d4e9ca20
commit 8b09406339
5 changed files with 81 additions and 11 deletions

View File

@@ -22,6 +22,7 @@ chrono = { version = "0.4.38", features = ["alloc"]}
futures-util = "0.3.30"
h2 = "0.4.6"
argon2 = "0.5.3"
rand = "0.8.1"
[target.'cfg(unix)'.dependencies]
daemonize = "0.5.0"