Compare commits

...

2 Commits

Author SHA1 Message Date
ce539a1b96 Merge remote-tracking branch 'origin/main' 2024-09-22 23:09:56 +02:00
7b86d14de5 preparing for auth 2024-09-22 23:09:45 +02:00

View File

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