mirror of
https://github.com/house-of-vanity/tmux-helper.git
synced 2026-02-04 09:47:59 +00:00
15 lines
287 B
TOML
15 lines
287 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]
|
|
sysinfo = "0.36.0"
|
|
dbus = "0.9"
|
|
chrono = "0.4"
|
|
mpd = "0.1"
|
|
clap = "4"
|
|
size_format = "1"
|