Files
tmux-helper/Cargo.toml

15 lines
279 B
TOML
Raw Normal View History

2019-11-21 01:14:53 +03:00
[package]
name = "tmux-helper"
2025-04-03 13:18:40 +01:00
version = "0.3.5"
2020-05-14 21:18:37 +03:00
description = "Utility for printing system info for tmux status line."
2019-11-21 01:14:53 +03:00
authors = ["Ultra Desu <ultradesu@hexor.ru>"]
2025-03-31 16:18:21 +01:00
edition = "2021"
2019-11-21 01:14:53 +03:00
[dependencies]
sys-info = "*"
2019-11-28 17:59:24 +03:00
dbus = "*"
2019-12-24 13:16:23 +03:00
chrono = "*"
2020-05-14 21:18:37 +03:00
mpd = "*"
clap = "*"
2020-07-07 09:17:27 +03:00
size_format = "1.0"