M Cargo.lock +1 -1
@@ 44,7 44,7 @@ source = "registry+https://github.com/ru
[[package]]
name = "bright"
-version = "0.5.0"
+version = "1.0.0"
dependencies = [
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
"dbus 0.6.1 (git+https://github.com/diwic/dbus-rs)",
M Cargo.toml +3 -1
@@ 1,6 1,8 @@
[package]
name = "bright"
-version = "0.5.0"
+version = "1.0.0"
+description = "Screen backlight control"
+homepage = "https://bitbucket.org/flub/bright"
authors = ["Floris Bruynooghe <flub@devork.be>"]
build = "build.rs"