keyboard_control_software/Cargo.toml
Sebastian H. Gabrielli 023283b807 Initial commit
2022-06-16 00:10:16 +02:00

11 lines
244 B
TOML

[package]
name = "keyboard_control_software"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libusb = "0.3.0"
colored = "2.0.0"
json = "0.12.4"