aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2021-05-02 19:37:40 +0200
committerAndreas Grois <andi@grois.info>2021-05-02 19:37:40 +0200
commit2664e8443069fb25cd31afdef1e55bc18f052bfe (patch)
treeeb5525c8f2ffe7f496728586bf95b1be4ace69da /Cargo.lock
parente1f0525e4e1dcf674aa7489042a06b7c7d671a2a (diff)
Create a pulse context. Seems to be working.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 467199b..d0aa24e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -536,6 +536,7 @@ name = "swaystatus-pulse"
version = "0.1.0"
dependencies = [
"erased-serde",
+ "libc",
"serde",
"swaystatus-plugin",
]