2025-04-06 13:25:44 +07:00
|
|
|
[package]
|
|
|
|
|
name = "imphnen-entities"
|
2026-04-02 22:29:08 +07:00
|
|
|
version = "0.3.0"
|
2025-04-06 13:25:44 +07:00
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
axum.workspace = true
|
|
|
|
|
serde.workspace = true
|
2025-10-12 01:54:34 +07:00
|
|
|
serde_json.workspace = true
|
2025-04-06 13:25:44 +07:00
|
|
|
utoipa.workspace = true
|
2025-08-11 22:31:51 +07:00
|
|
|
anyhow.workspace = true
|
2025-05-17 02:08:59 +07:00
|
|
|
thiserror.workspace = true
|
2025-09-26 15:05:45 +07:00
|
|
|
uuid.workspace = true
|
2025-10-12 01:54:34 +07:00
|
|
|
chrono.workspace = true
|
2025-12-01 00:20:42 +07:00
|
|
|
sea-orm.workspace = true
|
|
|
|
|
strum.workspace = true
|
|
|
|
|
imphnen-macros.workspace = true
|
|
|
|
|
sqlx = { version = "0.8", features = ["postgres", "runtime-tokio-native-tls", "uuid", "chrono", "json"] }
|