feat: complete backend service

This commit is contained in:
Maulana Sodiqin
2025-03-30 16:08:58 +07:00
parent 3ae9dbd717
commit 6460979bab
22 changed files with 64 additions and 257 deletions
Generated
+27 -27
View File
@@ -1870,6 +1870,33 @@ version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
[[package]]
name = "imphnen-backend-service"
version = "0.1.0"
dependencies = [
"anyhow",
"argon2",
"axum",
"axum-test",
"chrono",
"fancy-regex",
"jsonwebtoken",
"lazy_static",
"lettre",
"log",
"rand 0.9.0",
"regex",
"serde",
"serde_json",
"surrealdb",
"thiserror 2.0.12",
"tokio",
"tower-http",
"utoipa",
"utoipa-swagger-ui",
"validator",
]
[[package]]
name = "indexmap"
version = "1.9.3"
@@ -2256,33 +2283,6 @@ dependencies = [
"version_check",
]
[[package]]
name = "najm-course-api"
version = "0.1.0"
dependencies = [
"anyhow",
"argon2",
"axum",
"axum-test",
"chrono",
"fancy-regex",
"jsonwebtoken",
"lazy_static",
"lettre",
"log",
"rand 0.9.0",
"regex",
"serde",
"serde_json",
"surrealdb",
"thiserror 2.0.12",
"tokio",
"tower-http",
"utoipa",
"utoipa-swagger-ui",
"validator",
]
[[package]]
name = "nanoid"
version = "0.4.0"