corsairctl/Cargo.toml
nevaforget 960bc60b20 feat: show sidetone level in Waybar tooltip
Tooltip now shows "HS80: 42% — Discharging | Sidetone: 10/23" when
the ALSA sidetone control is available. Falls back gracefully to
battery-only tooltip when sidetone cannot be read.

Bump version to 0.1.1.
2026-04-09 17:13:41 +02:00

14 lines
353 B
TOML

[package]
name = "corsairctl"
version = "0.1.1"
edition = "2024"
description = "CLI tool for Corsair Bragi-protocol devices (HS80, etc.)"
license = "MIT"
[dependencies]
hidapi = { version = "2", default-features = false, features = ["linux-shared-hidraw"] }
alsa = "0.9"
clap = { version = "4", features = ["derive"] }
serde_json = "1"
thiserror = "2"