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:
commit
8285210557
9 changed files with 1646 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue