2026-04-02 15:15:00 +07:00
|
|
|
[package]
|
|
|
|
|
name = "imphnen-hackathon"
|
2026-04-02 22:29:08 +07:00
|
|
|
version = "0.3.0"
|
2026-04-02 15:15:00 +07:00
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
imphnen-utils.workspace = true
|
|
|
|
|
imphnen-libs.workspace = true
|
2026-04-02 22:29:08 +07:00
|
|
|
imphnen-storage.workspace = true
|
2026-04-02 15:15:00 +07:00
|
|
|
axum.workspace = true
|
|
|
|
|
sea-orm.workspace = true
|
|
|
|
|
sqlx.workspace = true
|
|
|
|
|
async-trait.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
utoipa.workspace = true
|
|
|
|
|
chrono.workspace = true
|
|
|
|
|
uuid.workspace = true
|
|
|
|
|
tokio.workspace = true
|
|
|
|
|
reqwest.workspace = true
|
|
|
|
|
base64.workspace = true
|
|
|
|
|
tracing.workspace = true
|
|
|
|
|
thiserror.workspace = true
|