Phase 7b: broker broadcast + dashboard SSE message-flow tail; pkgs.git in module

This commit is contained in:
müde 2026-05-15 00:13:34 +02:00
parent 46ff9c7aee
commit 9133d9e1a3
5 changed files with 133 additions and 6 deletions

View file

@ -30,7 +30,9 @@ tokio = { version = "1", features = [
"process",
"rt-multi-thread",
"signal",
"sync",
"time",
] }
tokio-stream = { version = "0.1", features = ["sync"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }