feat: auth

This commit is contained in:
Maulana Sodiqin
2025-03-13 23:40:16 +07:00
parent 298144bd36
commit acfb8259bc
17 changed files with 226 additions and 179 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ utoipa = { version = "5.3.1", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "9.0.0", features = ["axum"] }
redis = "0.28.2"
lettre = { version = "0.11.12", features = ["tokio1-native-tls"] }
surrealdb = "2.2.1"
surrealdb = { version = "2.2.1", features = ["protocol-http"] }
thiserror = "2.0.11"
[profile.release]