8 lines
248 B
TOML
8 lines
248 B
TOML
[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" }
|