simple-osd-daemons/battery/Cargo.toml

12 lines
318 B
TOML
Raw Permalink Normal View History

2020-09-13 21:26:46 +04:00
[package]
name = "simple-osd-battery"
version = "0.1.0"
authors = ["Alexander Bantyev <balsoft@balsoft.ru>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
battery = "0.7.6"
2020-09-17 01:19:02 +04:00
simple-osd-common = { version = "0.1", path = "../common" }