9b0fb0de0c
Update cpufreqd, driver-params, firmware-loader, seatd, redox-drm, and redox-driver-sys. Add XHCI controller quirk table. Update redbear-compositor protocol handlers. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
12 lines
149 B
TOML
12 lines
149 B
TOML
[package]
|
|
name = "cpufreqd"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[[bin]]
|
|
name = "cpufreqd"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
redox_syscall = "0.7"
|