blog/backend/feature/common/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

8 lines
114 B
TOML

[package]
name = "common"
version.workspace = true
edition.workspace = true
[dependencies]
sqlx.workspace = true