mirror of
https://github.com/RGBCube/superfreq
synced 2025-07-27 17:07:44 +00:00
20 lines
461 B
TOML
20 lines
461 B
TOML
[package]
|
|
name = "superfreq"
|
|
description = "Modern CPU frequency and power management utility for Linux"
|
|
version = "0.3.1"
|
|
edition = "2024"
|
|
authors = ["NotAShelf <raf@notashelf.dev>"]
|
|
rust-version = "1.85"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
toml = "0.8"
|
|
dirs = "6.0"
|
|
clap = { version = "4.0", features = ["derive"] }
|
|
num_cpus = "1.16"
|
|
ctrlc = "3.4"
|
|
chrono = "0.4"
|
|
log = "0.4"
|
|
env_logger = "0.11"
|
|
thiserror = "2.0"
|
|
anyhow = "1.0"
|