[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) "] 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"