UserHandle newtype, Users & boilerplate

This commit is contained in:
2026-02-22 14:53:40 +01:00
parent 53f9e40477
commit 7a62819d9c
12 changed files with 129 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ dotenvy = "0.15.7"
maud = { version = "0.27.0", features = ["axum"] }
rand = "0.10.0"
rusqlite = { version = "0.38.0", features = ["bundled", "chrono", "uuid"] }
serde = "1.0.228"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
thiserror = "2.0.18"
tokio = { version = "1.49.0", features = ["full"] }