mirror of
https://github.com/Astatin3/linux-power-meter-rs.git
synced 2026-06-09 00:28:03 -06:00
10 lines
148 B
TOML
10 lines
148 B
TOML
[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"
|