keyboard_control_software/Cargo.toml

12 lines
259 B
TOML
Raw Permalink Normal View History

2022-06-15 22:10:16 +00:00
[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"
2022-06-16 08:32:54 +00:00
json = "0.12.4"
iced = "0.7.0"