6166237cef
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
17 lines
252 B
TOML
17 lines
252 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]
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|