diff options
| author | Andreas Grois <andi@grois.info> | 2021-05-02 19:37:40 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2021-05-02 19:37:40 +0200 |
| commit | 2664e8443069fb25cd31afdef1e55bc18f052bfe (patch) | |
| tree | eb5525c8f2ffe7f496728586bf95b1be4ace69da /pulse/Cargo.toml | |
| parent | e1f0525e4e1dcf674aa7489042a06b7c7d671a2a (diff) | |
Create a pulse context. Seems to be working.
Diffstat (limited to 'pulse/Cargo.toml')
| -rw-r--r-- | pulse/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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"] |
