diff options
| author | Andreas Grois <andi@grois.info> | 2024-01-27 19:58:39 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2024-01-27 19:58:39 +0100 |
| commit | ef34d465945a565c8bf02931677131b43f930493 (patch) | |
| tree | 68ab47a917cf0503808b9241f6d7a8871c9f8b07 /alsa/Cargo.toml | |
| parent | 592e80a279e6fde4d79bc44807941fb7054e1407 (diff) | |
Start working on pipe_chan
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"] |
