chore: refine client/server mod

This commit is contained in:
Del Wang
2026-01-03 19:17:13 +08:00
parent c4f7fbec6d
commit 34924fa06e
10 changed files with 832 additions and 342 deletions
+2
View File
@@ -19,9 +19,11 @@ app = []
opus = "0.3"
anyhow = "1.0"
tokio = { version = "1.48", features = ["full"] }
tokio-util = { version = "0.7", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
postcard = { version = "1.0", features = ["alloc", "use-std"] }
parking_lot = "0.12.5"
dashmap = "6.1.0"
[target.'cfg(target_os = "linux")'.dependencies]
alsa = "0.11"