Files
imphnen-backend-service/imphnen-hackathon/Cargo.toml
T

24 lines
525 B
TOML
Raw Normal View History

[package]
name = "imphnen-hackathon"
version = "0.3.0"
edition = "2024"
[dependencies]
imphnen-utils.workspace = true
imphnen-libs.workspace = true
imphnen-storage.workspace = true
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