feat(domain): add StoredSong, SongSummary, SongRepositoryPort

This commit is contained in:
2026-04-08 03:03:58 +02:00
parent 852b1a8d0e
commit 8f9886c9a9
4 changed files with 56 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ thiserror = "2.0.18"
tokio = { version = "1.51.0", features = ["full"] }
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
uuid = { version = "1.23.0", features = ["v4"] }
uuid = { version = "1.23.0", features = ["v4", "serde"] }
rand = "0.10.0"
sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls"] }
async-trait = "0.1.89"