1
Fork 0
mirror of https://github.com/RGBCube/watt synced 2025-07-30 09:27:45 +00:00

initial commit

Guess which idiot accidentally deleted the .git directory
This commit is contained in:
NotAShelf 2025-05-13 17:39:51 +03:00
commit 8285210557
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
9 changed files with 1646 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "superfreq"
version = "0.1.0"
edition = "2024"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
dirs = "6.0"
clap = { version = "4.0", features = ["derive"] }
num_cpus = "1.16"