base lib with cpu benchmark and basic cli

This commit is contained in:
2026-03-23 22:54:03 +01:00
commit fca667e380
7 changed files with 697 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "slimefetch"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.6.0", features = ["derive"] }
colored = "3.1.1"
num_cpus = "1.17.0"
sysinfo = "0.38.4"