keyboard_control_software/Cargo.toml

12 lines
259 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"
iced = "0.7.0"