wip: config
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
[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"
|
||||
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"] }
|
||||
toml = "1.0.4"
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = "0.3.22"
|
||||
|
||||
Reference in New Issue
Block a user