Initial commit

This commit is contained in:
2022-02-16 23:17:05 +01:00
commit 7844d4f6eb
5 changed files with 292 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "headsetd"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hidapi = {version="1.3.3", default-features=false, features=["linux-shared-hidraw"]}
libpulse-binding = "2.26.0"
pulsectl-rs = "0.3.2"
thiserror = "1.0.30"