Files
RedBear-OS/local/recipes/system/cpufreqd/source/Cargo.toml
T
vasilito 9b0fb0de0c fix: update custom recipe implementations
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>
2026-05-11 10:10:25 +01:00

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"