aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2024-01-24 21:40:48 +0100
committerAndreas Grois <andi@grois.info>2024-01-24 21:40:48 +0100
commit57fd648407a233ae62b2c561d902783597274f83 (patch)
tree6c4149d45eebfd3374d18c61ff766c8e0814f322 /Cargo.toml
parent3f362de1ab94b994ef4ccdc403cab4cb8d0d1bcb (diff)
Start work on ALSA volume display
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a450197..49dc253 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@
members = [
"swaystatus",
"swaystatus-plugin",
+ "alsa",
"clock",
"pulse"
]