Files
tmux-helper/Cargo.toml
2020-05-14 21:18:37 +03:00

14 lines
259 B
TOML

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