feat(application, api-types): use cases with tests and DTOs

This commit is contained in:
2026-05-17 23:58:02 +02:00
parent ed5e238a9c
commit 531b8f6eae
11 changed files with 337 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "application"
version = "0.1.0"
edition = "2024"
[dependencies]
domain = { workspace = true }
async-trait = { workspace = true }
anyhow = { workspace = true }
thiserror = { workspace = true }
uuid = { workspace = true }
tokio = { workspace = true }