[package] name = "lightctl" version = "0.1.0" edition = "2021" # Hint: This mis-spelling is deliberate, since cargo expects american spelling: license = "ISC" description = "A backlight control utility that does smooth transitions" homepage = "https://sr.ht/~whynothugo/lightctl/" repository = "https://git.sr.ht/~whynothugo/lightctl" readme = "README.md" keywords = ["desktop", "backlight", "brightness"] [dependencies] dbus = { version = "0.9.5", features = ["futures"]} clap = { version = "3.0.4", features = ["derive"]}