app: add in-memory test fakes for all critical ports

This commit is contained in:
2026-05-31 04:25:40 +02:00
parent b67e595280
commit 294626db72
6 changed files with 428 additions and 85 deletions

View File

@@ -10,3 +10,4 @@ anyhow = { workspace = true }
thiserror = { workspace = true }
uuid = { workspace = true }
tokio = { workspace = true }
bytes = { workspace = true }