diff options
Diffstat (limited to 'alsa/Cargo.toml')
| -rw-r--r-- | alsa/Cargo.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/alsa/Cargo.toml b/alsa/Cargo.toml new file mode 100644 index 0000000..d70a07e --- /dev/null +++ b/alsa/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "swaystatus-alsa" +version = "0.1.0" +authors = ["Andreas Grois <andi@grois.info>"] +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +swaystatus-plugin = { path = '../swaystatus-plugin', version = '*'} +formatable-float = { path = '../formatable-float', version = '*'} +serde = { version = "1.0", features = ["derive"] } +erased-serde = "0.3" +libc = "0.2.152" +errno = "0.3.8" + +[lib] +crate-type = ["cdylib"] |
