blob: d70a07eb004789af2af74662da839fd29a723b83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"]
|