mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-16 14:43:24 +00:00
8 lines
114 B
TOML
8 lines
114 B
TOML
[project]
|
|
name = "xap_client"
|
|
description = "XAP Client"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"hid ~= 1.0.5",
|
|
]
|