blog/backend/feature/post/Cargo.toml
SquidSpirit beffee8f8e
All checks were successful
Frontend CI / build (push) Successful in 1m11s
BLOG-90 feat: add common feature and improve error handling across services
2025-08-06 18:19:31 +08:00

19 lines
355 B
TOML

[package]
name = "post"
version.workspace = true
edition.workspace = true
[dependencies]
actix-web.workspace = true
anyhow.workspace = true
async-trait.workspace = true
chrono.workspace = true
log.workspace = true
sentry.workspace = true
serde.workspace = true
sqlx.workspace = true
utoipa.workspace = true
auth.workspace = true
common.workspace = true