1
0
Fork 0
pulseaudio-volume-interface/Cargo.toml

19 lines
No EOL
542 B
TOML

[package]
name = "pulseaudio-volume-interface"
version = "1.0.0"
edition = "2021"
authors = ["Moritz Ruth"]
description = "Allows observing/modifying PulseAudio volumes and the default source/sink"
repository = "https://git.moritzruth.de/moritzruth/pulseaudio-volume-interface"
license = "BlueOak-1.0.0"
keywords = ["pulseaudio", "volume", "audio"]
categories = ["os", "multimedia::audio"]
[dependencies]
arc-swap = "1.7.1"
async-broadcast = "0.7.1"
flume = "0.11.0"
im = "15.1.0"
libpulse-binding = "2.28.1"
log = "0.4.21"
oneshot = "0.1.8"