debugserv: live services activity feed

This commit is contained in:
Jean Chevronnet 2026-07-16 22:27:35 +00:00
parent 6c403c01b0
commit 38d12cb0bb
9 changed files with 228 additions and 17 deletions

View file

@ -0,0 +1,8 @@
[package]
name = "echo-debugserv"
version = "0.0.1"
edition = "2021"
description = "DebugServ: stream live services activity (auth, sessions, account/channel/oper events) to the staff log channel."
[dependencies]
echo-api = { path = "../../api" }