pamedia-rs/Cargo.toml

16 lines
346 B
TOML
Raw Permalink Normal View History

2021-11-24 13:43:20 +01:00
[package]
name = "pamedia-rs"
2024-08-19 20:26:34 +02:00
version = "0.3.0"
2021-11-24 13:43:20 +01:00
edition = "2021"
2021-11-24 13:56:00 +01:00
[[bin]]
name = "pamedia"
path = "src/main.rs"
2021-11-24 13:43:20 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-07-03 14:49:43 +02:00
argh = "0.1.10"
notify-rust = "4.8.0"
pulse = { version = "2.27.1", package = "libpulse-binding" }
2021-11-24 13:43:20 +01:00
pulsectl-rs = "0.3.2"