powerbox/crates/procbox/Cargo.toml

13 lines
350 B
TOML

[package]
name = "procbox"
version = "0.1.0"
edition = "2021"
readme = "../../README.md"
description = "Power toolbox for processors"
[dependencies]
powerbox = { version = "0.1", path = "../core" }
sysfuss = { version = "0.4", path = "../../../sysfs-nav" }
[target.'cfg(any(target_arch = "x86_64", target_arch = "x86"))'.dependencies]
x86 = "0.52"