17 lines
No EOL
563 B
TOML
17 lines
No EOL
563 B
TOML
[package]
|
|
name = "pa_volume"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
deckster_mode = { path = "../../crates/deckster_mode" }
|
|
pulseaudio-volume-interface = { git = "https://git.moritzruth.de/moritzruth/pulseaudio-volume-interface.git" }
|
|
clap = { version = "4.5.7", features = ["derive"] }
|
|
color-eyre = "0.6.3"
|
|
serde = { version = "1.0.203", features = ["derive"] }
|
|
serde_regex = "1.1.0"
|
|
regex = "1.10.5"
|
|
parse-display = "0.10.0"
|
|
env_logger = "0.11.3"
|
|
log = "0.4.21"
|
|
tokio = { version = "1.38.0", features = ["macros", "parking_lot", "rt-multi-thread"] } |