batman/Cargo.toml

10 lines
251 B
TOML
Raw Normal View History

2021-06-25 05:26:27 +00:00
[package]
name = "batman"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
linux_battery = { git = "https://git.blackfinn.de/rust/linux_battery.git" }