feat(application): add get_thought_view + get_thread_views use cases with real engagement stats

This commit is contained in:
2026-05-16 11:08:31 +02:00
parent bf5fd618cb
commit 2d2b5dde6a
3 changed files with 162 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ sha2 = "0.10"
hex = "0.4"
tracing = { workspace = true }
url = { workspace = true }
tokio = { workspace = true }
[dev-dependencies]
tokio = { workspace = true, features = ["full"] }