Add mpd. Rewrite.

This commit is contained in:
AB
2020-05-14 21:18:37 +03:00
parent 31c3237a5c
commit 474d48d15c
2 changed files with 21 additions and 241 deletions

View File

@@ -1,6 +1,7 @@
[package]
name = "tmux-helper"
version = "0.2.2"
version = "0.3.0"
description = "Utility for printing system info for tmux status line."
authors = ["Ultra Desu <ultradesu@hexor.ru>"]
edition = "2018"
@@ -8,3 +9,5 @@ edition = "2018"
sys-info = "*"
dbus = "*"
chrono = "*"
mpd = "*"
clap = "*"