powerbox/Cargo.toml

24 lines
580 B
TOML
Raw Permalink Normal View History

2024-05-15 22:55:52 +01:00
[package]
name = "powerbox-cli"
version = "0.1.0"
edition = "2021"
2024-05-15 22:55:52 +01:00
[workspace.package]
version = "0.1.0"
edition = "2021"
description = "Power toolbox for Linux devices"
authors = ["NGnius (Graham) <ngniusness@gmail.com>"]
license = "MIT"
repository = "https://git.ngni.us/NGnius/powerbox"
keywords = ["utility", "linux", "power-management"]
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace.dependencies]
[workspace]
members = [ "crates/batbox", "crates/core", "crates/procbox" ]
resolver = "2"