2025-04-06 13:25:44 +07:00
|
|
|
[package]
|
|
|
|
|
name = "imphnen-utils"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-07-21 21:29:04 +07:00
|
|
|
imphnen-libs.workspace = true
|
|
|
|
|
imphnen-entities.workspace = true
|
2025-04-06 13:25:44 +07:00
|
|
|
surrealdb.workspace = true
|
|
|
|
|
axum.workspace = true
|
|
|
|
|
chrono.workspace = true
|
|
|
|
|
rand.workspace = true
|
|
|
|
|
anyhow.workspace = true
|
|
|
|
|
axum-test.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
2025-05-17 02:08:59 +07:00
|
|
|
validator.workspace = true
|
2025-07-21 21:29:04 +07:00
|
|
|
strum.workspace = true
|
|
|
|
|
strum_macros.workspace = true
|
|
|
|
|
uuid.workspace = true
|
|
|
|
|
tracing.workspace = true
|