Files
HyperHeadset/Cargo.toml
2025-03-27 22:24:56 +01:00

14 lines
362 B
TOML

[package]
name = "hyper_headset"
version = "1.1.0"
edition = "2021"
authors = ["Lennard Kittner"]
description = "A CLI and tray application for monitoring and managing HyperX headsets."
[dependencies]
clap = { version = "4.5.32", features = ["derive"] }
hidapi = "2.3.3"
thistermination = "1.0.0"
[target.'cfg(target_os = "linux")'.dependencies]
ksni = "0.2.0"