[package] name = "redblocks" version = "0.2.4" authors = ["Jacob Stannix "] edition = "2018" license = "GPL-3.0-or-later" description = "modular status bar for dwm and the like written in rust" repository = "https://github.com/delta1024/redblocks" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4" sysinfo = "0.18.2" battery = "0.7.8" openweathermap = { version = "0.2.4", optional = true } [features] all = ["weather"] weather = ["openweathermap"]