mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
9 lines
142 B
TOML
9 lines
142 B
TOML
#TODO make libhidapi work
|
|
[source]
|
|
git = "https://github.com/d-e-s-o/nitrocli"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"libhidapi",
|
|
]
|