feat: working version

This commit is contained in:
2024-06-28 23:55:33 +02:00
parent c2f0cd0492
commit 1f48737b2b
7 changed files with 1123 additions and 2 deletions

View File

@@ -4,3 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.86"
pulse = { version = "2.0", package = "libpulse-binding" }
tokio = { version = "1.38.0", features = ["full"] }