CPUs can make a little heat, as a treat
15
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 52241ec4ec49b3d48b59d6787bc680cc8586d19d 9 lines 166 B view raw
1[package] 2name = "heater" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7clap = { version = "4.5.48", features = ["derive"] } 8ctrlc = "3.5.0" 9num_cpus = "1.17.0"