1
Fork 0
mirror of https://github.com/RGBCube/watt synced 2025-08-03 11:27:47 +00:00

treewide: toml and rust formatter changes

This commit is contained in:
RGBCube 2025-06-12 20:19:40 +03:00
parent fb5ef3d3d2
commit e9e1df90e6
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
12 changed files with 2456 additions and 2182 deletions

View file

@ -1,21 +1,21 @@
[package]
name = "watt"
description = "Modern CPU frequency and power management utility for Linux"
version = "0.4.0"
edition = "2024"
authors = ["NotAShelf <raf@notashelf.dev>", "RGBCube <git@rgbcu.be>"]
name = "watt"
description = "Modern CPU frequency and power management utility for Linux"
version = "0.4.0"
edition = "2024"
authors = [ "NotAShelf <raf@notashelf.dev>", "RGBCube <git@rgbcu.be>" ]
rust-version = "1.85"
[dependencies]
anyhow = "1.0"
clap = { version = "4.0", features = ["derive", "env"] }
anyhow = "1.0"
clap = { version = "4.0", features = [ "derive", "env" ] }
clap-verbosity-flag = "3.0.2"
ctrlc = "3.4"
derive_more = { version = "2.0.1", features = ["full"] }
env_logger = "0.11"
log = "0.4"
num_cpus = "1.16"
serde = { version = "1.0", features = ["derive"] }
thiserror = "2.0"
toml = "0.8"
yansi = { version = "1.0.1", features = ["detect-env", "detect-tty"] }
ctrlc = "3.4"
derive_more = { version = "2.0.1", features = [ "full" ] }
env_logger = "0.11"
log = "0.4"
num_cpus = "1.16"
serde = { version = "1.0", features = [ "derive" ] }
thiserror = "2.0"
toml = "0.8"
yansi = { version = "1.0.1", features = [ "detect-env", "detect-tty" ] }