calibright_cli 0.1.8

A brightness utility that allows you to calibrate brightness between monitors
[[bin]]
name = "calibright_cli"
path = "src/main.rs"

[dependencies.calibright]
version = "0.1"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.tokio]
default-features = false
features = ["sync", "macros", "rt-multi-thread"]
version = "1.40"

[package]
authors = ["Bryan Malyn <bim9262@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A brightness utility that allows you to calibrate brightness between monitors"
edition = "2021"
license = "GPL-3.0-only"
name = "calibright_cli"
readme = "README.md"
repository = "https://github.com/bim9262/calibright"
version = "0.1.8"