23 lines
580 B
TOML
23 lines
580 B
TOML
[package]
|
|
name = "powerbox-cli"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[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"
|
|
|