Add runtime tools and Red Bear service wiring
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "redbear-hwutils"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "lspci"
|
||||
path = "src/bin/lspci.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "lsusb"
|
||||
path = "src/bin/lsusb.rs"
|
||||
|
||||
[dependencies]
|
||||
xhcid = { path = "../../../../../recipes/core/base/source/drivers/usb/xhcid" }
|
||||
Reference in New Issue
Block a user