transform id(thing) to id(string) on get role, permission, users

This commit is contained in:
Bakunya
2025-05-04 16:37:11 +07:00
parent 96fb8eb7d3
commit bdcd41f54d
5 changed files with 81 additions and 12 deletions
+12 -1
View File
@@ -1,10 +1,21 @@
[workspace]
resolver = "2"
members = [
"imphnen-*",
# "imphnen-*",
"imphnen-utils",
"imphnen-libs",
"imphnen-entities",
"imphnen-cms-service",
"imphnen-iam-service",
"imphnen-gacha-service",
"imphnen-gateway-service",
"imphnen-dimentorin-service",
"imphnen-middleware-service",
"imphnen-core-service",
"tests",
]
[workspace.dependencies]
axum = { version = "0.8.1", features = ["multipart"] }
log = "0.4.25"