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

26 lines
740 B
TOML
Raw 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" }
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