[[bin]]
name = "paswitch-rs"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.16"
[dependencies.exitfailure]
version = "0.5.1"
[dependencies.regex]
version = "1.10.6"
[dependencies.strum]
version = "0.26.3"
[dependencies.strum_macros]
version = "0.26.4"
[dependencies.term]
version = "1.0.0"
[package]
authors = ["Robert Plant <rob@robertplant.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "List and swap to pulse sinks by name"
edition = "2021"
license = "GPL-3.0-only"
name = "paswitch-rs"
readme = "README.md"
repository = "https://github.com/RobertPlant/paswitch-rs/"
version = "0.3.13"