feat: user management

This commit is contained in:
Maulana Sodiqin
2025-03-21 17:00:19 +07:00
parent a0f263bb4f
commit 1e6957720e
17 changed files with 347 additions and 212 deletions
+1 -2
View File
@@ -14,9 +14,8 @@ jsonwebtoken = "9.3.1"
chrono = "0.4.39"
utoipa = { version = "5.3.1", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "9.0.0", features = ["axum"] }
redis = { version = "0.28.2", features = ["tokio-comp"] }
lettre = { version = "0.11.12", features = ["tokio1-native-tls"] }
surrealdb = { version = "2.2.1", features = ["protocol-http"] }
surrealdb = { version = "2.2.1", features = ["kv-mem", "protocol-http"] }
thiserror = "2.0.11"
anyhow = "1.0.97"
rand = "0.9.0"