Files
imphnen-backend-service/tests/src/lib.rs
T

6 lines
80 B
Rust
Raw Normal View History

2025-04-06 22:13:46 +07:00
pub use imphnen_entities::*;
2025-05-17 02:08:59 +07:00
pub use imphnen_iam::*;
2025-04-06 22:13:46 +07:00
#[cfg(test)]
2025-05-17 02:08:59 +07:00
pub mod iam;