2025-04-06 13:25:44 +07:00
|
|
|
[package]
|
2025-05-17 02:08:59 +07:00
|
|
|
name = "imphnen-backend"
|
2025-04-06 13:25:44 +07:00
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-07-21 21:29:04 +07:00
|
|
|
imphnen-libs.workspace = true
|
|
|
|
|
imphnen-utils.workspace = true
|
|
|
|
|
imphnen-gateway.workspace = true
|
|
|
|
|
imphnen-entities.workspace = true
|
|
|
|
|
imphnen-iam.workspace = true
|
|
|
|
|
imphnen-cms.workspace = true
|
|
|
|
|
imphnen-dimentorin.workspace = true
|
2025-04-06 13:25:44 +07:00
|
|
|
axum.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
utoipa.workspace = true
|
|
|
|
|
lazy_static.workspace = true
|
|
|
|
|
regex.workspace = true
|
|
|
|
|
validator.workspace = true
|
|
|
|
|
axum-test.workspace = true
|
|
|
|
|
surrealdb.workspace = true
|
|
|
|
|
rand.workspace = true
|
|
|
|
|
tokio.workspace = true
|
|
|
|
|
chrono.workspace = true
|
|
|
|
|
anyhow.workspace = true
|
|
|
|
|
tower-http.workspace = true
|
2025-04-06 22:13:46 +07:00
|
|
|
utoipa-swagger-ui.workspace = true
|
2025-05-20 01:49:50 +07:00
|
|
|
env_logger.workspace = true
|
2025-07-21 21:29:04 +07:00
|
|
|
tracing.workspace = true
|
|
|
|
|
tracing-subscriber.workspace = true
|
|
|
|
|
uuid.workspace=true
|
|
|
|
|
tokio-tungstenite.workspace = true
|
|
|
|
|
url.workspace = true
|
|
|
|
|
futures-util.workspace = true
|