Files
imphnen-backend-service/imphnen-gateway/Cargo.toml
T

28 lines
872 B
TOML
Raw Normal View History

2025-04-07 20:41:14 +07:00
[package]
2025-05-17 02:08:59 +07:00
name = "imphnen-gateway"
2025-04-07 20:41:14 +07:00
version = "0.1.0"
edition = "2024"
[dependencies]
2025-05-17 02:08:59 +07:00
imphnen-iam = { version = "0.1.0", path = "../imphnen-iam" }
2025-04-07 20:41:14 +07:00
imphnen-libs = { version = "0.1.0", path = "../imphnen-libs" }
imphnen-utils = { version = "0.1.0", path = "../imphnen-utils" }
2025-05-20 10:45:01 +07:00
imphnen-gacha = { version = "0.1.0", path = "../imphnen-gacha" }
2025-05-17 02:08:59 +07:00
imphnen-entities = { version = "0.1.0", path = "../imphnen-entities" }
imphnen-middleware = { version = "0.1.0", path = "../imphnen-middleware" }
2025-04-07 20:41:14 +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
utoipa-swagger-ui.workspace = true