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
|
|
|
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
|
2025-08-12 00:32:59 +07:00
|
|
|
base64.workspace = true
|
|
|
|
|
sha2.workspace = true
|
2025-08-12 19:25:10 +07:00
|
|
|
reqwest.workspace = true
|
2025-12-01 00:20:42 +07:00
|
|
|
regex = "1.12"
|
2025-08-11 23:06:45 +07:00
|
|
|
dotenvy = { workspace = true }
|
|
|
|
|
tracing-subscriber = { workspace = true, features = ["env-filter"] }
|
2025-12-01 00:20:42 +07:00
|
|
|
sea-orm.workspace = true
|