adb507b0ef
commit 89ec61f2cc24238dbccf2890235fab7a66efdc5b Author: AdaShoelace <adashoelace@gmail.com> Date: Fri Jan 8 01:49:19 2021 +0100 Support pulseaudio commit b4bc05538b22d86a53e4461bbee2c8c4d33b0f80 Author: AdaShoelace <adashoelace@gmail.com> Date: Fri Jan 8 01:06:32 2021 +0100 Display volume in percent commit 14570efeebeb127494509534886dd521a23f24f0 Author: AdaShoelace <adashoelace@gmail.com> Date: Thu Jan 7 14:22:34 2021 +0100 Programmatically rename root and get alsa volume commit 391b2ec7360fd9ae462a87c0a3ae86d39f695c3f Author: AdaShoelace <adashoelace@gmail.com> Date: Mon Jan 4 22:26:57 2021 +0100 Remove usage of 'Command' from get_disk commit 0625be6e822e18cf4e2fd212695ddd1592161a97 Author: AdaShoelace <adashoelace@gmail.com> Date: Mon Jan 4 22:25:01 2021 +0100 Add nix dependency commit c66e1cc09031f0a7ddf40016855a6d7457d9d65f Author: AdaShoelace <adashoelace@gmail.com> Date: Mon Jan 4 16:14:55 2021 +0100 ignore commit 32dbdc5f3d636551c64e2f303365a5a5e3d94994 Author: AdaShoelace <adashoelace@gmail.com> Date: Mon Jan 4 02:21:51 2021 +0100 Add breadx to dependencies commit 4d23c36552b461b06127705964e1a16dd395e658 Author: AdaShoelace <adashoelace@gmail.com> Date: Mon Jan 4 01:13:55 2021 +0100 Add exclusion to gitignore
23 lines
590 B
TOML
23 lines
590 B
TOML
[package]
|
|
name = "rsblocks"
|
|
version = "0.1.3"
|
|
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]
|
|
chrono = "0.4"
|
|
yaml-rust = "0.4"
|
|
minreq = "2.2.1"
|
|
alsa = "0.4.3"
|
|
nix = "0.19.1"
|
|
|
|
[dependencies.breadx]
|
|
version = "0.1.11"
|
|
features = ["async"]
|