moving standalone mode to alsa rust direct binding crate & moving led_driver to a specific package

This commit is contained in:
2025-08-04 16:37:40 +00:00
parent 66c4aeffa6
commit 57ace1383b
52 changed files with 859 additions and 577 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
[workspace]
resolver = "3"
members = ["lightsabre_backend", "rust_sandbox"]
members = [
"lightsabre_backend/led_driver",
"lightsabre_backend/system",
"rust_sandbox",
]