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

[dependencies]
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"
time = { version = "0.3.36", features = ["serde-human-readable"] }
tokio = { version = "1.38.0", features = ["io-std", "io-util", "macros", "process", "rt-multi-thread"] }
tokio-stream = "0.1.15"
url = "2.5.2"
zbus = { version = "4.3.0", default-features = false, features = ["time", "tokio", "url"] }