aboutsummaryrefslogtreecommitdiff
path: root/pulse/Cargo.toml
blob: f1d8925fc3d0048dc20c9d2568fd2af866aa1918 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "swaystatus-pulse"
version = "0.1.0"
authors = ["Andreas Grois <andi@grois.info>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
swaystatus-plugin = { path = '../swaystatus-plugin', version = '*'}
serde = { version = "1.0", features = ["derive"] }
erased-serde = "0.3"
libc = "0.2.0"

[lib]
crate-type = ["cdylib"]