powerbox/crates/procbox/Cargo.toml

14 lines
350 B
TOML
Raw Normal View History

2024-05-15 17:55:52 -04:00
[package]
name = "procbox"
version = "0.1.0"
edition = "2021"
readme = "../../README.md"
description = "Power toolbox for processors"
[dependencies]
powerbox = { version = "0.1", path = "../core" }
2024-06-19 20:10:32 -04:00
sysfuss = { version = "0.4", path = "../../../sysfs-nav" }
2024-09-06 11:12:58 -04:00
[target.'cfg(any(target_arch = "x86_64", target_arch = "x86"))'.dependencies]
x86 = "0.52"