2020-12-21 11:29:45 +01:00
|
|
|
[package]
|
2020-12-22 05:30:27 +01:00
|
|
|
name = "rsblocks"
|
2021-01-12 23:44:02 +01:00
|
|
|
version = "0.1.9"
|
2020-12-21 11:29:45 +01:00
|
|
|
authors = ["mustafa salih <mustafasalih1991@gmail.com>"]
|
|
|
|
edition = "2018"
|
2020-12-30 01:13:08 +01:00
|
|
|
readme = "README.md"
|
|
|
|
license = "MIT"
|
2021-01-02 23:47:40 +01:00
|
|
|
keywords = ["linux", "dwm","statusbar"]
|
2020-12-30 01:13:08 +01:00
|
|
|
repository = "https://github.com/MustafaSalih1993/rsblocks"
|
2021-01-02 23:47:40 +01:00
|
|
|
description = "a multi threaded status bar for dwm window manager for linux"
|
2020-12-21 11:29:45 +01:00
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2020-12-22 05:30:27 +01:00
|
|
|
chrono = "0.4"
|
2021-01-09 02:10:19 +01:00
|
|
|
yaml-rust = "0.4"
|
|
|
|
minreq = "2.2.1"
|
|
|
|
alsa = "0.4.3"
|
|
|
|
nix = "0.19.1"
|
2021-01-11 03:37:56 +01:00
|
|
|
mpd = "0.0.12"
|
2021-01-12 23:44:02 +01:00
|
|
|
dbus = "0.9.1"
|
2021-01-09 02:10:19 +01:00
|
|
|
|
|
|
|
[dependencies.breadx]
|
|
|
|
version = "0.1.11"
|
|
|
|
features = ["async"]
|