aboutsummaryrefslogtreecommitdiff
path: root/swaystatus-plugin/Cargo.toml
blob: 8b2f7d9b32ef7749221bca8414e8ba7f88209672 (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 = "2021"

# 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"