You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
344 B
14 lines
344 B
[package]
|
|
name = "rust-dwm-status"
|
|
description = "A status bar for tiling window managers with pretty unicode symbols written in rust"
|
|
version = "0.5.0"
|
|
authors = ["Pierre Chevalier <pierrechevalier83@gmail.com>"]
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
chan = "0.1.19"
|
|
chan-signal = "0.2.0"
|
|
chrono = "0.3.0"
|
|
systemstat = "0.1.4"
|
|
subprocess = "0.1.18"
|