2026-04-02 13:39:52 +07:00
|
|
|
[package]
|
|
|
|
|
name = "imphnen-libs"
|
2026-04-02 22:29:08 +07:00
|
|
|
version = "0.3.0"
|
2026-04-02 13:39:52 +07:00
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
imphnen-entities.workspace = true
|
|
|
|
|
sea-orm.workspace = true
|
|
|
|
|
once_cell = { workspace = true }
|
|
|
|
|
log.workspace = true
|
|
|
|
|
axum.workspace = true
|
|
|
|
|
tokio.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
zod-rs.workspace = true
|
|
|
|
|
argon2.workspace = true
|
|
|
|
|
chrono.workspace = true
|
|
|
|
|
jsonwebtoken.workspace = true
|
|
|
|
|
dotenvy.workspace = true
|
|
|
|
|
anyhow.workspace = true
|
|
|
|
|
uuid.workspace = true
|
|
|
|
|
reqwest.workspace = true
|
|
|
|
|
async-trait.workspace = true
|
|
|
|
|
thiserror.workspace = true
|
|
|
|
|
env_logger.workspace = true
|
|
|
|
|
tracing = { workspace = true }
|
|
|
|
|
tracing-subscriber = { workspace = true }
|
|
|
|
|
num_cpus = { workspace = true }
|