keyboard_control_software/Cargo.toml
Sebastian H. Gabrielli ff1590e4b8 Added preliminary UI
2022-06-16 10:32:54 +02:00

12 lines
290 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"
gtk = { version = "0.4.8", package = "gtk4" }