From 57fd648407a233ae62b2c561d902783597274f83 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Wed, 24 Jan 2024 21:40:48 +0100 Subject: Start work on ALSA volume display --- alsa/Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 alsa/Cargo.toml (limited to 'alsa/Cargo.toml') diff --git a/alsa/Cargo.toml b/alsa/Cargo.toml new file mode 100644 index 0000000..c89855e --- /dev/null +++ b/alsa/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "swaystatus-alsa" +version = "0.1.0" +authors = ["Andreas Grois "] +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +swaystatus-plugin = { path = '../swaystatus-plugin', version = '*'} +serde = { version = "1.0", features = ["derive"] } +erased-serde = "0.3" + +[lib] +crate-type = ["cdylib"] -- cgit v1.2.3