chore: 拆分 bin 入口

This commit is contained in:
Del Wang
2025-12-29 10:14:21 +08:00
parent 522dc8f8d5
commit a6fe02ace5
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"