[dependencies.battery]
version = "0.7.8"
[dependencies.chrono]
version = "0.4"
[dependencies.openweathermap]
optional = true
version = "0.2.4"
[dependencies.sysinfo]
version = "0.18.2"
[features]
all = ["weather"]
weather = ["openweathermap"]
[package]
authors = ["Jacob Stannix <jakestannix at gmail dot com>"]
description = "modular status bar for dwm and the like written in rust"
edition = "2018"
license = "GPL-3.0-or-later"
name = "redblocks"
repository = "https://github.com/delta1024/redblocks"
version = "0.2.4"