diff options
Diffstat (limited to 'alsa/Cargo.toml')
| -rw-r--r-- | alsa/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alsa/Cargo.toml b/alsa/Cargo.toml index c89855e..12d83d7 100644 --- a/alsa/Cargo.toml +++ b/alsa/Cargo.toml @@ -10,6 +10,8 @@ edition = "2021" swaystatus-plugin = { path = '../swaystatus-plugin', version = '*'} serde = { version = "1.0", features = ["derive"] } erased-serde = "0.3" +libc = "0.2.152" +errno = "0.3.8" [lib] crate-type = ["cdylib"] |
