pub fn validate()
Validate that the consumer’s dependencies match this battery pack’s specs.
Call from the consumer’s build.rs:
build.rs
fn main() { cli_battery_pack::validate(); }