Files
tmux-helper/Cargo.toml
2020-07-07 09:23:00 +03:00

15 lines
279 B
TOML

[package]
name = "tmux-helper"
version = "0.3.3"
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"