1
Fork 0
mirror of https://github.com/RGBCube/superfreq synced 2025-07-28 09:27:44 +00:00

meta: populate Cargo manifest

This commit is contained in:
NotAShelf 2025-05-17 19:04:11 +03:00
parent aec7c6b9d4
commit 9c692dd103
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF

View file

@ -1,7 +1,10 @@
[package] [package]
name = "superfreq" name = "superfreq"
description = "Modern CPU frequency and power management utility for Linux"
version = "0.2.0" version = "0.2.0"
edition = "2024" edition = "2024"
authors = ["NotAShelf <raf@notashelf.dev>"]
rust-version = "1.85"
[dependencies] [dependencies]
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }