Draft creating udev rules automatically

This commit is contained in:
Lennard Kittner
2026-03-12 10:20:01 +01:00
parent a73023d96d
commit d7806619ec
3 changed files with 133 additions and 2 deletions

View File

@@ -12,3 +12,5 @@ hidapi = { path = "vendor/hidapi" }
thistermination = "1.0.0"
[target.'cfg(target_os = "linux")'.dependencies]
ksni = "0.2.0"
users = "0.11"
shell-escape = "0.1.5"