aboutsummaryrefslogtreecommitdiff
path: root/swaystatus-plugin/Cargo.toml
blob: c521baa75fb7c62ebb85ac75a925adf055dab3c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "swaystatus-plugin"
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]
erased-serde = "0.3"

[build-dependencies]
rustc_version = "0.2.3"