feat: microservice ready

This commit is contained in:
Maulana Sodiqin
2025-04-06 22:13:46 +07:00
parent 07a93ff0b7
commit 31f9b6cfea
80 changed files with 477 additions and 240 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "tests"
version = "0.1.0"
edition = "2024"
[dependencies]
imphnen-libs = { version = "0.1.0", path = "../imphnen-libs" }
imphnen-utils = { version = "0.1.0", path = "../imphnen-utils" }
imphnen-entities = { version = "0.1.0", path = "../imphnen-entities" }
imphnen-iam-service = { version = "0.1.0", path = "../imphnen-iam-service" }
axum.workspace = true
axum-test.workspace = true
chrono.workspace = true
surrealdb.workspace = true
tokio.workspace = true
serde_json.workspace = true