[feat](trx-rs): add WFM RDS and playback controls

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-02-27 23:57:46 +01:00
parent f77d0b0bb1
commit fffc4c6b90
21 changed files with 659 additions and 21 deletions
Generated
+8
View File
@@ -2432,6 +2432,7 @@ dependencies = [
"tokio",
"tracing",
"trx-core",
"trx-rds",
]
[[package]]
@@ -2555,6 +2556,13 @@ dependencies = [
"trx-core",
]
[[package]]
name = "trx-rds"
version = "0.1.0"
dependencies = [
"trx-core",
]
[[package]]
name = "trx-server"
version = "0.1.0"