Files
tmux-helper/Cargo.toml
2025-04-07 19:08:24 +01:00

15 lines
285 B
TOML

[package]
name = "tmux-helper"
version = "0.4.0"
description = "Utility for printing system info for tmux status line."
authors = ["Ultra Desu <ultradesu@hexor.ru>"]
edition = "2021"
[dependencies]
sys-info = "0.9"
dbus = "0.9"
chrono = "0.4"
mpd = "0.1"
clap = "4"
size_format = "1"