summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 80a0582ba58589abb866b6bd0391b0cf0f03ff00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "i3blocks"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.86"
bincode = "1.3.3"
futures-util = "0.3.30"
main_error = "0.1.2"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.120"
thiserror = "1.0.61"
tokio = { version = "1.38.0", features = ["io-std", "macros", "rt-multi-thread"] }
unicode-segmentation = "1.11.0"
zbus = { version = "4.3.0", default-features = false, features = ["tokio"] }