2025-04-06 13:25:44 +07:00
|
|
|
[package]
|
|
|
|
|
name = "imphnen-libs"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-07-21 21:29:04 +07:00
|
|
|
imphnen-entities.workspace = true
|
2025-08-11 23:06:45 +07:00
|
|
|
once_cell = { workspace = true }
|
2025-05-20 10:45:01 +07:00
|
|
|
log.workspace = true
|
2025-04-06 13:25:44 +07:00
|
|
|
axum.workspace = true
|
|
|
|
|
tokio.workspace = true
|
|
|
|
|
serde.workspace = true
|
2025-05-17 02:08:59 +07:00
|
|
|
argon2.workspace = true
|
2025-04-06 13:25:44 +07:00
|
|
|
lettre.workspace = true
|
2025-05-17 02:08:59 +07:00
|
|
|
chrono.workspace = true
|
|
|
|
|
surrealdb.workspace = true
|
|
|
|
|
jsonwebtoken.workspace = true
|
2025-06-28 20:21:20 +07:00
|
|
|
dotenvy.workspace = true
|
2025-08-14 13:16:39 +07:00
|
|
|
anyhow.workspace = true
|
|
|
|
|
uuid.workspace = true
|
|
|
|
|
base64.workspace = true
|
|
|
|
|
minio.workspace = true
|
|
|
|
|
http.workspace = true
|