Files
tmux-helper/Cargo.toml
2020-09-22 15:52:55 +03:00

15 lines
279 B
TOML

[package]
name = "tmux-helper"
version = "0.3.4"
description = "Utility for printing system info for tmux status line."
authors = ["Ultra Desu <ultradesu@hexor.ru>"]
edition = "2018"
[dependencies]
sys-info = "*"
dbus = "*"
chrono = "*"
mpd = "*"
clap = "*"
size_format = "1.0"