[package]
edition = "2018"
name = "camctl_rs"
version = "0.1.2"
authors = ["Dhs92 <forehand.alex@gmail.com>"]
description = "A Rust rewrite of https://github.com/leaty/camctl"
readme = "README.md"
keywords = ["kraken", "nzxt", "aio", "cooler", "linux"]
license = "GPL-3.0"
repository = "https://github.com/Dhs92/camctl_rs/tree/master"
[dependencies.libusb]
version = "0.3"
[dependencies.log]
version = "0.4.5"
[dependencies.usb-device]
version = "0.2.0"
[badges.maintenance]
status = "passively-maintained"