1[package] 2name = "sachy-battery" 3description = "A crate for defining battery life profiles" 4authors.workspace = true 5edition.workspace = true 6repository.workspace = true 7license.workspace = true 8version.workspace = true 9rust-version.workspace = true 10 11[dependencies]