aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8102a1f86bf8c21fb6e3abc11764659e5e8bdf73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "swaystatus"
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]
crossbeam-channel = "0.4"
gettext-rs = "0.6.0"
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"