chore: normalize code

This commit is contained in:
Maulana Sodiqin
2025-05-17 02:08:59 +07:00
parent 874f25aa80
commit a43ef8ec04
104 changed files with 691 additions and 655 deletions
+1 -1
View File
@@ -4,10 +4,10 @@ version = "0.1.0"
edition = "2024"
[dependencies]
imphnen-iam = { version = "0.1.0", path = "../imphnen-iam" }
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
+2 -2
View File
@@ -1,6 +1,6 @@
pub use imphnen_entities::*;
pub use imphnen_iam_service::*;
pub use imphnen_iam::*;
pub use imphnen_utils::*;
#[cfg(test)]
pub mod iam_service;
pub mod iam;