[dependencies.colored]
version = "2.0.0"
[package]
authors = ["Maaz Ahmed <mzahmed95@gmail.com>"]
categories = ["command-line-utilities", "os::linux-apis"]
description = "A hassle-free CLI backlight utility/library for Linux."
edition = "2021"
keywords = ["backlight", "CLI", "utility", "hybrid-gpu", "brightness"]
license = "MIT"
name = "blight"
readme = "README.md"
repository = "https://github.com/VoltaireNoir/blight"
version = "0.4.0"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"
strip = true