vialctl 0.2.0

Control Vial-compatible keyboards from the command line
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "vialctl"
version = "0.2.0"
edition = "2024"
authors = ["Fredrik Storm <fredrik@fldc.se>"]
description = "Control Vial-compatible keyboards from the command line"
license = "MIT"
repository = "https://github.com/fldc/vialctl"

[dependencies]
hidapi = "2"
clap = { version = "4", features = ["derive"] }
anyhow = "1"
toml = "0.8"
serde = { version = "1", features = ["derive"] }
dirs = "6"