This commit is contained in:
Michael Mikovsky
2025-12-15 22:28:28 -07:00
parent f7bb26ec1e
commit 10199a83a5
6 changed files with 358 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "linux-power-meter-rs"
version = "0.1.0"
edition = "2024"
[dependencies]
battery = "0.7.8"
nvml-wrapper = "0.11.0"
x86 = "0.52.0"