Add working password update

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-01-25 18:03:39 +01:00
parent a80ad57ca9
commit 7a5233e385
25 changed files with 221 additions and 60 deletions

View file

@ -10,7 +10,7 @@ readme.workspace = true
axum = { workspace = true, features = ["macros"] }
tokio = { workspace = true, features = ["full"] }
axum-login = { workspace = true }
sqlx = { workspace = true, features = ["runtime-tokio", "sqlite"] }
sqlx = { workspace = true, features = ["runtime-tokio", "sqlite", "time"] }
anyhow.workspace = true
tower-sessions = { workspace = true }
serde = { workspace = true, features = ["derive"] }
@ -21,8 +21,9 @@ password-auth = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
tera = "1.20.1"
notify-debouncer-full = "0.6.0"
notify-debouncer-full = "0.7.0"
tower-livereload = "0.10.2"
time = "0.3.45"
rand = "0.9.2"
serde_json.workspace = true
tower-http = { version = "0.6.8", features = ["normalize-path", "fs"] }