chore: 拆分 bin 入口

This commit is contained in:
Del Wang
2025-12-31 22:53:33 +08:00
committed by Del
parent 3d9d852bda
commit 61ecb07a99
8 changed files with 47 additions and 6 deletions
+7
View File
@@ -15,3 +15,10 @@ debug = false
alsa = "0.11"
opus = "0.3"
anyhow = "1.0"
tokio = { version = "1.47", features = ["full"] }
symphonia = { version = "0.5", features = ["mp3", "isomp4"] }
serde = { version = "1.0", features = ["derive"] }
bincode = "1.3"
log = "0.4"
env_logger = "0.11"
byteorder = "1.5"