From 2664e8443069fb25cd31afdef1e55bc18f052bfe Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sun, 2 May 2021 19:37:40 +0200 Subject: Create a pulse context. Seems to be working. --- pulse/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pulse/Cargo.toml') diff --git a/pulse/Cargo.toml b/pulse/Cargo.toml index 9aa4520..f1d8925 100644 --- a/pulse/Cargo.toml +++ b/pulse/Cargo.toml @@ -10,6 +10,7 @@ edition = "2018" swaystatus-plugin = { path = '../swaystatus-plugin', version = '*'} serde = { version = "1.0", features = ["derive"] } erased-serde = "0.3" +libc = "0.2.0" [lib] crate-type = ["cdylib"] -- cgit v1.2.3