51f3c21121
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
16 lines
265 B
TOML
16 lines
265 B
TOML
[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" }
|