Files

28 lines
829 B
TOML
Raw Permalink Normal View History

[package]
2025-05-17 02:08:59 +07:00
name = "imphnen-backend"
version = "0.1.0"
edition = "2021"
[dependencies]
imphnen-libs = { version = "0.1.0", path = "../imphnen-libs" }
imphnen-utils = { version = "0.1.0", path = "../imphnen-utils" }
2025-05-17 02:08:59 +07:00
imphnen-gateway = { version = "0.1.0", path = "../imphnen-gateway" }
2025-04-07 20:08:26 +07:00
imphnen-entities = { version = "0.1.0", path = "../imphnen-entities" }
2025-05-20 01:49:50 +07:00
imphnen-iam = { version = "0.1.0", path = "../imphnen-iam" }
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