Files
corsairctl/Cargo.toml
T
nevaforget e364f4edec chore: bump version to 0.1.2
Sync Cargo.toml to 0.1.2 and bring PKGBUILD up to date (was stale at
0.1.0): pin the git source to the release tag for reproducible builds
and install the LICENSE file.
2026-06-10 16:41:42 +02:00

14 lines
353 B
TOML

[package]
name = "corsairctl"
version = "0.1.2"
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"