Files
lpmd-rewrite/Cargo.toml
2026-03-09 20:57:21 +00:00

18 lines
542 B
TOML

[package]
name = "lpmd-rewrite"
description = "Utility program to manage hybrid cores in intel systems for power efficency and performance"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.60", features = ["derive"] }
core_affinity = "0.8.3"
procfs = "0.18.0"
raw-cpuid = { git = "https://github.com/oxidecomputer/rust-cpuid.git", version = "10.6.1" }
scheduler = "0.1.3"
serde = { version = "1.0.228", features = ["serde_derive"] }
sysinfo = "0.38.4"
toml = "1.0.4"
tracing = "0.1.44"
tracing-subscriber = "0.3.22"