Files
headsetd/Cargo.toml

13 lines
412 B
TOML

[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 = {git = "https://github.com/manuelVo/pulsectl-rs.git", branch="sink-source-name-mixup"}
thiserror = "1.0.30"