blob: a8a1ce658fb85ece827204245519f8d160e9f0ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
[package]
name = "rsblocks"
version = "0.1.15"
authors = ["mustafa salih <mustafasalih1991@gmail.com>"]
edition = "2018"
readme = "README.md"
license = "MIT"
keywords = ["linux", "dwm","statusbar"]
repository = "https://github.com/MustafaSalih1993/rsblocks"
description = "a multi threaded status bar for dwm window manager for linux"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
alsa = "0.4.3"
chrono = "0.4"
dbus = "0.9.1"
lazy_static = "1.4.0"
minreq = {version = "2.2.1", features = ["https","json-using-serde"]}
mpd = "0.0.12"
nix = "0.19.1"
serde = {version = "1.0.120", features = ["derive"]}
serde_yaml = "0.8.15"
battery = "0.7"
[dependencies.breadx]
version = "0.1.11"
features = ["async"]
|