chore: refactor joining and recording into a reusable function

This commit is contained in:
2026-05-21 00:58:52 -04:00
parent 4ed8d6d241
commit 48a0c8250b
5 changed files with 265 additions and 196 deletions

View File

@@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
async-compression = { version = "0.4.41", features = ["brotli", "futures-io"] }
async-trait = "0.1.89"
bon = "3.9.1"
bytes = "1.11.1"
capnp = "0.25.3"
clap = { version = "4.5.40", features = ["derive", "env"] }