A command-line utility for PCsensor foot switches, written in Rust.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[package] |
|
name = "footswitch-rs" |
|
version = "0.1.0" |
|
authors = ["Dennis Potter <dennis@dennispotter.eu>"] |
|
|
|
[dependencies] |
|
structopt = "0.2.13" |
|
hidapi = "0.5.0" |
|
users = "0.8" |
|
colored = "1.6.1" |
|
|
|
|