chore: re-map project structure to using multi workspace paradigm

This commit is contained in:
Maulana Sodiqin
2025-04-06 13:25:44 +07:00
parent de9c5a6dc1
commit b4bf78f0d6
87 changed files with 325 additions and 192 deletions
+15
View File
@@ -0,0 +1,15 @@
[package]
name = "imphnen-libs"
version = "0.1.0"
edition = "2024"
[dependencies]
imphnen-entities = { path = "../imphnen-entities" }
argon2.workspace = true
axum.workspace = true
tokio.workspace = true
chrono.workspace = true
jsonwebtoken.workspace = true
serde.workspace = true
lettre.workspace = true
surrealdb = { workspace = true, features = ["kv-mem"] }